diff --git a/init.lua b/init.lua index a4b8d89..d8d7559 100644 --- a/init.lua +++ b/init.lua @@ -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