Skip to content

Commit f4512cb

Browse files
tenplus1paramat
authored andcommittedJan 29, 2016
ability to dye coloured wool white
as above, the avility to dye coloured wool whilte again.
1 parent 38a8351 commit f4512cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎mods/wool/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ local wool = {}
99
-- colors, and then some recipes using more specific colors for a few non-base
1010
-- colors available. When crafting, the last recipes will be checked first.
1111
wool.dyes = {
12-
{"white", "White", nil},
12+
{"white", "White", "basecolor_white"},
1313
{"grey", "Grey", "basecolor_grey"},
1414
{"black", "Black", "basecolor_black"},
1515
{"red", "Red", "basecolor_red"},

0 commit comments

Comments
 (0)
Please sign in to comment.