Commit 423096a9 authored by Milan's avatar Milan
Browse files

forgot to commit changes in init.lua

parent 9b6e44b7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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