From deac4804269a9120a429cabec5dc7a64bbcc540e Mon Sep 17 00:00:00 2001 From: minefaco <63024226+minefaco@users.noreply.github.com> Date: Wed, 18 Nov 2020 20:45:20 -0500 Subject: [PATCH] Update init.lua --- init.lua | 4 ++++ 1 file changed, 4 insertions(+) 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 +