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