diff options
author | Novatux <nathanael.courant@laposte.net> | 2013-10-29 11:18:08 +0100 |
---|---|---|
committer | Novatux <nathanael.courant@laposte.net> | 2013-10-29 11:18:08 +0100 |
commit | d8e02eb2dd7c52b860d3831ae851457ada305c21 (patch) | |
tree | 7612caabcd7b141d414e4d24e5f920f198cc3580 /technic_worldgen/init.lua | |
parent | 9aee83f92149ce2a52d8c09faa78e0e8315105e7 (diff) |
Add mg support
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 + |