Skip to content
This repository was archived by the owner on Dec 14, 2019. It is now read-only.

Commit 08a01ee

Browse files
tenplus1BlockMen
authored andcommittedJan 12, 2016
Add ability to dye coloured wool white
1 parent 524576c commit 08a01ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎mods/wool/init.lua

+1-2
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"},
@@ -47,4 +47,3 @@ for _, row in ipairs(wool.dyes) do
4747
})
4848
end
4949
end
50-

0 commit comments

Comments
 (0)
This repository has been archived.