mirror of
https://github.com/minetest-mods/technic.git
synced 2026-01-12 20:15:46 +01:00
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