Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove dye craft recipe conflict.
We have enough gray recipes, but brown is more difficult.

Fixes #1710
  • Loading branch information
sofar committed Apr 27, 2017
1 parent 2917562 commit ae7206c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mods/dye/init.lua
Expand Up @@ -81,7 +81,6 @@ local dye_recipes = {
{"yellow", "red", "orange"},
{"yellow", "blue", "green"},
-- RYB complementary mixes
{"red", "green", "dark_grey"},
{"yellow", "violet", "dark_grey"},
{"blue", "orange", "dark_grey"},
-- CMY mixes - approximation
Expand Down

0 comments on commit ae7206c

Please sign in to comment.