From 279776ff62951a8a9ab96b86b03b7558e77a1c87 Mon Sep 17 00:00:00 2001
From: RealBadAngel <mk@realbadangel.pl>
Date: Sat, 30 Mar 2013 11:36:45 +0100
Subject: [PATCH] update

---
 technic/init.lua |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/technic/init.lua b/technic/init.lua
index a05fe3c..e57c7a2 100644
--- a/technic/init.lua
+++ b/technic/init.lua
@@ -1,4 +1,4 @@
--- Minetest 0.4.4d1 : technic
+-- Minetest 0.4.6 : technic
 
 modpath=minetest.get_modpath("technic")
 
@@ -6,10 +6,6 @@
 dofile(modpath.."/config.lua")
 --helper functions
 dofile(modpath.."/helpers.lua")
-
--- world gen
-dofile(modpath.."/ores.lua")
-if enable_rubber_tree_generation==true then dofile(modpath.."/rubber.lua") end
 
 -- chests
 dofile(modpath.."/chest_commons.lua")

--
Gitblit v1.8.0