From f330d583541d3b4a3646cdde050b5a9d1aff600c Mon Sep 17 00:00:00 2001
From: Tim <t4im@users.noreply.github.com>
Date: Fri, 30 Jan 2015 05:16:49 +0100
Subject: [PATCH] redfine latex->rubber path via alloy furnace

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

diff --git a/technic/machines/register/extractor_recipes.lua b/technic/machines/register/extractor_recipes.lua
index 772770c..1de0ba0 100644
--- a/technic/machines/register/extractor_recipes.lua
+++ b/technic/machines/register/extractor_recipes.lua
@@ -8,15 +8,6 @@
 	technic.register_recipe("extracting", data)
 end
 
-local recipes = {
-	-- Rubber
-	{"technic:raw_latex",                 "technic:rubber 3"},
-}
-
-for _, data in pairs(recipes) do
-	technic.register_extractor_recipe({input = {data[1]}, output = data[2]})
-end
-
 if minetest.get_modpath("dye") then
 	-- check if we are using dye or unifieddyes
 	local unifieddyes = minetest.get_modpath("unifieddyes")

--
Gitblit v1.8.0