Update init.lua

This commit is contained in:
minefaco 2020-11-18 20:45:20 -05:00 committed by GitHub
parent 79627529b2
commit deac480426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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