diff --git a/technic/machines/register/extractor_recipes.lua b/technic/machines/register/extractor_recipes.lua index 0747287..0233397 100644 --- a/technic/machines/register/extractor_recipes.lua +++ b/technic/machines/register/extractor_recipes.lua @@ -34,10 +34,6 @@ if minetest.get_modpath("dye") then end if minetest.get_modpath("farming") then - -- Cottonseed oil: a fuel and a potent fertilizer (irl: pesticide) --- - -- hemp oil calls for 8 seeds, but extractor recipes are normally twice as potent - table.insert(dye_recipes, {"farming:seed_cotton 4", "technic:cottonseed_oil"}) - -- Dyes --- -- better recipes for farming's crafting methods (twice the output) table.insert(dye_recipes, {"farming:chili_pepper", "dye:red 4"})