forgot to commit changes in init.lua

This commit is contained in:
Milan* 2017-08-06 12:28:19 +02:00
parent 9b6e44b7ad
commit 423096a94a

View File

@ -9,6 +9,7 @@ dofile(minetest.get_modpath("illuna").."/craftitems.lua")
dofile(minetest.get_modpath("illuna").."/shop.lua") dofile(minetest.get_modpath("illuna").."/shop.lua")
dofile(minetest.get_modpath("illuna").."/stairs.lua") dofile(minetest.get_modpath("illuna").."/stairs.lua")
dofile(minetest.get_modpath("illuna").."/hotstone.lua") dofile(minetest.get_modpath("illuna").."/hotstone.lua")
dofile(minetest.get_modpath("illuna").."/replacer.lua")
if minetest.get_modpath("moreblocks") then if minetest.get_modpath("moreblocks") then
dofile(minetest.get_modpath("illuna").."/moreblocks.lua") dofile(minetest.get_modpath("illuna").."/moreblocks.lua")
end end