mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-19 00:30:45 +01:00
remove cotton seed oil
This commit is contained in:
parent
6104383fa5
commit
cdf2cdafb1
@ -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"})
|
||||||
|
Loading…
Reference in New Issue
Block a user