From 7a3cd495972f2dc399d7af7f596a6d9a4a5c728b Mon Sep 17 00:00:00 2001
From: SmallJoker <st.rentsch@hotmail.com>
Date: Tue, 03 Dec 2013 17:22:48 +0100
Subject: [PATCH] Add pipeworks support to generators

---
 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 @@
 	dofile(modpath.."/rubber.lua")
 end
 
+-- mg suppport
+if minetest.get_modpath("mg") then
+	dofile(modpath.."/mg.lua")
+end
+

--
Gitblit v1.8.0