Move mcl_portals to ITEMS
This commit is contained in:
parent
4ac023a6ae
commit
04ec0929a8
12 changed files with 0 additions and 0 deletions
10
mods/ITEMS/mcl_portals/init.lua
Normal file
10
mods/ITEMS/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