Remove dye craft recipe conflict.
We have enough gray recipes, but brown is more difficult. Fixes #1710
This commit is contained in:
parent
2917562728
commit
ae7206c006
@ -81,7 +81,6 @@ local dye_recipes = {
|
|||||||
{"yellow", "red", "orange"},
|
{"yellow", "red", "orange"},
|
||||||
{"yellow", "blue", "green"},
|
{"yellow", "blue", "green"},
|
||||||
-- RYB complementary mixes
|
-- RYB complementary mixes
|
||||||
{"red", "green", "dark_grey"},
|
|
||||||
{"yellow", "violet", "dark_grey"},
|
{"yellow", "violet", "dark_grey"},
|
||||||
{"blue", "orange", "dark_grey"},
|
{"blue", "orange", "dark_grey"},
|
||||||
-- CMY mixes - approximation
|
-- CMY mixes - approximation
|
||||||
|
Loading…
Reference in New Issue
Block a user