diff --git a/init.lua b/init.lua index a337f05..6269892 100644 --- a/init.lua +++ b/init.lua @@ -16,5 +16,9 @@ if minetest.get_modpath("ethereal") then dofile(mpath .. "/ethereal.lua") end +if minetest.get_modpath("moreores") then + dofile(mpath .. "/moreores.lua") +end +