From 562d0db20c5604a15515ca55eee4db6142d03e31 Mon Sep 17 00:00:00 2001
From: ShadowNinja <noreply@gmail.com>
Date: Thu, 03 Oct 2013 06:27:08 +0200
Subject: [PATCH] Remove item_drop from config.lua

---
 technic_worldgen/init.lua |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/technic_worldgen/init.lua b/technic_worldgen/init.lua
index 37aa386..6209017 100644
--- a/technic_worldgen/init.lua
+++ b/technic_worldgen/init.lua
@@ -1,8 +1,11 @@
--- Minetest 0.4.6 : technic_worldgen
-
-modpath=minetest.get_modpath("technic_worldgen")
+local modpath = minetest.get_modpath("technic_worldgen")
 
 dofile(modpath.."/nodes.lua")
 dofile(modpath.."/oregen.lua")
---dofile(modpath.."/stairslike.lua")
 dofile(modpath.."/crafts.lua")
+
+-- Rubber trees, moretrees also supplies these
+if not minetest.get_modpath("moretrees") then
+	dofile(modpath.."/rubber.lua")
+end
+

--
Gitblit v1.8.0