From 987cc5a6a425b1f9bcd9000608dc389a45c675a1 Mon Sep 17 00:00:00 2001
From: you <ovvv@web.de>
Date: Mon, 05 Jun 2017 16:51:59 +0200
Subject: [PATCH] Add api documentation (#361)

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

diff --git a/technic/machines/register/extractor_recipes.lua b/technic/machines/register/extractor_recipes.lua
index dffabb1..1de0ba0 100644
--- a/technic/machines/register/extractor_recipes.lua
+++ b/technic/machines/register/extractor_recipes.lua
@@ -8,17 +8,6 @@
 	technic.register_recipe("extracting", data)
 end
 
-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
-	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")
@@ -38,8 +27,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