From 8d092c9ec89e9c8dc2b5f7badc1560734a046dd8 Mon Sep 17 00:00:00 2001
From: RealBadAngel <mk@realbadangel.pl>
Date: Fri, 05 Apr 2013 22:05:54 +0200
Subject: [PATCH] fix grinding recipes and craft recipe for tool workshop

---
 technic/init.lua |   19 +++----------------
 1 files changed, 3 insertions(+), 16 deletions(-)

diff --git a/technic/init.lua b/technic/init.lua
index 9b25ccf..99284a3 100644
--- a/technic/init.lua
+++ b/technic/init.lua
@@ -1,4 +1,6 @@
--- Minetest 0.4.4d1 : technic
+-- Minetest 0.4.6 mod: technic
+-- namespace: technic
+-- (c) 2012-2013 by RealBadAngel <mk@realbadangel.pl>
 
 modpath=minetest.get_modpath("technic")
 
@@ -7,20 +9,7 @@
 --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")
-dofile(modpath.."/iron_chest.lua")
-dofile(modpath.."/copper_chest.lua")
-dofile(modpath.."/silver_chest.lua")
-dofile(modpath.."/gold_chest.lua")
-dofile(modpath.."/mithril_chest.lua")
-
 --items 
-dofile(modpath.."/concrete.lua")
 dofile(modpath.."/items.lua")
 
 --LV machines
@@ -52,7 +41,6 @@
 dofile(modpath.."/cans.lua")
 dofile(modpath.."/chainsaw.lua")
 dofile(modpath.."/tree_tap.lua")
-dofile(modpath.."/screwdriver.lua")
 dofile(modpath.."/sonic_screwdriver.lua")
 
 -- mesecons and tubes related
@@ -61,7 +49,6 @@
 dofile(modpath.."/deployer.lua")
 dofile(modpath.."/constructor.lua")
 dofile(modpath.."/frames.lua")
-
 
 if enable_item_drop	then dofile(modpath.."/item_drop.lua") end
 if enable_item_pickup   then dofile(modpath.."/item_pickup.lua") end

--
Gitblit v1.8.0