Skip to content
Snippets Groups Projects
Commit f4512cb5 authored by tenplus1's avatar tenplus1 Committed by paramat
Browse files

ability to dye coloured wool white

as above, the avility to dye coloured wool whilte again.
parent 38a83513
No related branches found
No related tags found
No related merge requests found
......@@ -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"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment