forked from minetest-mods/technic
Add mg support
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user