Add nether and end portal (WIP)
New mod: mcl_portals, based on maikerumine's work
This commit is contained in:
parent
895fc7d757
commit
657851125f
11 changed files with 836 additions and 0 deletions
10
mods/MAPGEN/mcl_portals/init.lua
Normal file
10
mods/MAPGEN/mcl_portals/init.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
-- Load files
|
||||
|
||||
-- Nether portal:
|
||||
-- Obsidian frame, activated by flint and steel
|
||||
dofile(minetest.get_modpath("mcl_portals").."/portal_nether.lua")
|
||||
|
||||
-- End portal (W.I.P):
|
||||
-- Red nether brick block frame, activated by an eye of ender
|
||||
dofile(minetest.get_modpath("mcl_portals").."/portal_end.lua")
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue