From 56e96b2593817eb77fcb51e4a81c80f4df6bb0c7 Mon Sep 17 00:00:00 2001
From: Tim <t4im@users.noreply.github.com>
Date: Fri, 30 Jan 2015 05:16:41 +0100
Subject: [PATCH] add sawdust and tree/wood grindings with arcacia tree for dye and provide a better alternative rubbertree->latex path that yields the same as the tree tap, but requires more machine work

---
 technic/machines/register/extractor_recipes.lua |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/technic/machines/register/extractor_recipes.lua b/technic/machines/register/extractor_recipes.lua
index dffabb1..772770c 100644
--- a/technic/machines/register/extractor_recipes.lua
+++ b/technic/machines/register/extractor_recipes.lua
@@ -11,8 +11,6 @@
 local recipes = {
 	-- Rubber
 	{"technic:raw_latex",                 "technic:rubber 3"},
-	{"moretrees:rubber_tree_trunk_empty", "technic:rubber"},
-	{"moretrees:rubber_tree_trunk",       "technic:rubber"},
 }
 
 for _, data in pairs(recipes) do
@@ -38,8 +36,6 @@
 		{"flowers:viola",                     "dye:violet 4"},
 		{"bushes:blackberry",                 unifieddyes and "unifieddyes:magenta_s50 4" or "dye:violet 4"},
 		{"bushes:blueberry",                  unifieddyes and "unifieddyes:magenta_s50 4" or "dye:magenta 4"},
-		-- https://en.wikipedia.org/wiki/Catechu ancient brown dye from the wood of acacia trees
-		{"moretrees:acacia_trunk",            "dye:brown 8"},
 	}
 
 	for _, data in ipairs(dye_recipes) do

--
Gitblit v1.8.0