Loading init.lua +1 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ dofile(minetest.get_modpath("illuna").."/craftitems.lua") dofile(minetest.get_modpath("illuna").."/shop.lua") dofile(minetest.get_modpath("illuna").."/stairs.lua") dofile(minetest.get_modpath("illuna").."/hotstone.lua") dofile(minetest.get_modpath("illuna").."/replacer.lua") if minetest.get_modpath("moreblocks") then dofile(minetest.get_modpath("illuna").."/moreblocks.lua") end Loading Loading
init.lua +1 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ dofile(minetest.get_modpath("illuna").."/craftitems.lua") dofile(minetest.get_modpath("illuna").."/shop.lua") dofile(minetest.get_modpath("illuna").."/stairs.lua") dofile(minetest.get_modpath("illuna").."/hotstone.lua") dofile(minetest.get_modpath("illuna").."/replacer.lua") if minetest.get_modpath("moreblocks") then dofile(minetest.get_modpath("illuna").."/moreblocks.lua") end Loading