2017-08-16 22:16:29 +00:00
|
|
|
-- Load files
|
|
|
|
|
2017-09-19 13:45:23 +00:00
|
|
|
mcl_portals = {}
|
|
|
|
|
2017-08-16 22:16:29 +00:00
|
|
|
-- 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")
|
|
|
|
|