From d8e02eb2dd7c52b860d3831ae851457ada305c21 Mon Sep 17 00:00:00 2001 From: Novatux Date: Tue, 29 Oct 2013 11:18:08 +0100 Subject: Add mg support --- technic_worldgen/init.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'technic_worldgen/init.lua') 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 + -- cgit v1.2.3