From: Auke Kok Date: Thu, 27 Apr 2017 03:19:59 +0000 (-0700) Subject: Remove dye craft recipe conflict. X-Git-Tag: 0.4.16~19 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ae7206c0064cbb5c0e5434c19893d4bf3fa2b388;p=oweals%2Fminetest_game.git Remove dye craft recipe conflict. We have enough gray recipes, but brown is more difficult. Fixes #1710 --- 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