From ab38e29a18eb27814006f697040591c5438e701a Mon Sep 17 00:00:00 2001
From: kpoppel <poulsen.kim@gmail.com>
Date: Sat, 06 Jul 2013 00:19:05 +0200
Subject: [PATCH] Merge branch 'indev' of https://github.com/RealBadAngel/technic into indev

---
 technic/grinder.lua |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/technic/grinder.lua b/technic/grinder.lua
index 8b41184..ba78710 100644
--- a/technic/grinder.lua
+++ b/technic/grinder.lua
@@ -53,15 +53,6 @@
 technic.register_grinder_recipe("technic:brass_ingot","technic:brass_dust 1")
 technic.register_grinder_recipe("technic:zinc_lump","technic:zinc_dust 2")
 technic.register_grinder_recipe("technic:zinc_ingot","technic:zinc_dust 1")
-technic.register_grinder_recipe("technic:coal_dust","dye:black 2")
-technic.register_grinder_recipe("default:cactus","dye:green 2")
-technic.register_grinder_recipe("default:dry_shrub","dye:brown 2")
-technic.register_grinder_recipe("flowers:flower_geranium","dye:blue 2")
-technic.register_grinder_recipe("flowers:flower_dandelion_white","dye:white 2")
-technic.register_grinder_recipe("flowers:flower_dandelion_yellow","dye:yellow 2")
-technic.register_grinder_recipe("flowers:flower_tulip","dye:orange 2")
-technic.register_grinder_recipe("flowers:flower_rose","dye:red 2")
-technic.register_grinder_recipe("flowers:flower_viola","dye:violet 2")
 
 minetest.register_craftitem( "technic:coal_dust", {
 				description = "Coal Dust",

--
Gitblit v1.8.0