Add mg support

This commit is contained in:
Novatux
2013-10-29 11:28:15 +01:00
parent 9e06a2ed41
commit 4507ebddb9
3 changed files with 53 additions and 1 deletions

View File

@ -359,4 +359,9 @@ minetest.register_node("moreores:copper_rail", {
},
})
-- mg suppport
if minetest.get_modpath("mg") then
dofile(modpath.."/mg.lua")
end
print(S("[moreores] loaded."))