diff options
Diffstat (limited to 'technic_worldgen/init.lua')
-rw-r--r-- | technic_worldgen/init.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/technic_worldgen/init.lua b/technic_worldgen/init.lua index 6209017..caf0f89 100644 --- a/technic_worldgen/init.lua +++ b/technic_worldgen/init.lua @@ -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 + |