forgot to commit changes in init.lua
This commit is contained in:
parent
9b6e44b7ad
commit
423096a94a
1
init.lua
1
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").."/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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user