From ae7206c0064cbb5c0e5434c19893d4bf3fa2b388 Mon Sep 17 00:00:00 2001
From: Auke Kok <sofar@foo-projects.org>
Date: Wed, 26 Apr 2017 20:19:59 -0700
Subject: [PATCH] Remove dye craft recipe conflict.

We have enough gray recipes, but brown is more difficult.

Fixes #1710
---
 mods/dye/init.lua | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mods/dye/init.lua b/mods/dye/init.lua
index 87f31d12..80284576 100644
--- a/mods/dye/init.lua
+++ b/mods/dye/init.lua
@@ -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
-- 
GitLab