remove cotton seed oil

This commit is contained in:
Thomas Rudin 2018-12-22 17:25:48 +01:00
parent 6104383fa5
commit cdf2cdafb1

View File

@ -34,10 +34,6 @@ if minetest.get_modpath("dye") then
end end
if minetest.get_modpath("farming") then 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 --- -- Dyes ---
-- better recipes for farming's crafting methods (twice the output) -- better recipes for farming's crafting methods (twice the output)
table.insert(dye_recipes, {"farming:chili_pepper", "dye:red 4"}) table.insert(dye_recipes, {"farming:chili_pepper", "dye:red 4"})