Skip to content

Commit

Permalink
ability to dye coloured wool white
Browse files Browse the repository at this point in the history
as above, the avility to dye coloured wool whilte again.
  • Loading branch information
tenplus1 authored and paramat committed Jan 29, 2016
1 parent 38a8351 commit f4512cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/wool/init.lua
Expand Up @@ -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"},
Expand Down

0 comments on commit f4512cb

Please sign in to comment.