Add mg support

This commit is contained in:
Novatux
2013-10-29 11:18:08 +01:00
parent 9aee83f921
commit d8e02eb2dd
3 changed files with 81 additions and 0 deletions

View File

@ -9,3 +9,8 @@ if not minetest.get_modpath("moretrees") then
dofile(modpath.."/rubber.lua")
end
-- mg suppport
if minetest.get_modpath("mg") then
dofile(modpath.."/mg.lua")
end