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:
38a8351
)
ability to dye coloured wool white
author
tenplus1
<tenplus1@users.noreply.github.com>
Mon, 11 Jan 2016 08:54:37 +0000
(08:54 +0000)
committer
paramat
<mat.gregory@virginmedia.com>
Fri, 29 Jan 2016 03:50:07 +0000
(
03:50
+0000)
as above, the avility to dye coloured wool whilte again.
mods/wool/init.lua
patch
|
blob
|
history
diff --git
a/mods/wool/init.lua
b/mods/wool/init.lua
index 9c17b0ce0c63c2c74f3de8d41732e2ada7a8261c..f485e4fb0a331981881c7ff48142af05b765adbd 100644
(file)
--- a/
mods/wool/init.lua
+++ b/
mods/wool/init.lua
@@
-9,7
+9,7
@@
local wool = {}
-- colors, and then some recipes using more specific colors for a few non-base
-- colors available. When crafting, the last recipes will be checked first.
wool.dyes = {
- {"white", "White",
nil
},
+ {"white", "White",
"basecolor_white"
},
{"grey", "Grey", "basecolor_grey"},
{"black", "Black", "basecolor_black"},
{"red", "Red", "basecolor_red"},