projects
/
oweals
/
minetest_game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2917562
)
Remove dye craft recipe conflict.
author
Auke Kok
<sofar@foo-projects.org>
Thu, 27 Apr 2017 03:19:59 +0000
(20:19 -0700)
committer
Auke Kok
<sofar@foo-projects.org>
Thu, 27 Apr 2017 03:19:59 +0000
(20:19 -0700)
We have enough gray recipes, but brown is more difficult.
Fixes #1710
mods/dye/init.lua
patch
|
blob
|
history
diff --git
a/mods/dye/init.lua
b/mods/dye/init.lua
index 87f31d12b8caaa041f6d298bdcf8d46e6b0fe2a6..8028457627779f1b8b479c010fe2a6a00e047be9 100644
(file)
--- 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