From f4512cb5b6ff3faf0f127f5a5b326823aa53f28a Mon Sep 17 00:00:00 2001
From: tenplus1 <tenplus1@users.noreply.github.com>
Date: Mon, 11 Jan 2016 08:54:37 +0000
Subject: [PATCH] ability to dye coloured wool white

as above, the avility to dye coloured wool whilte again.
---
 mods/wool/init.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mods/wool/init.lua b/mods/wool/init.lua
index 9c17b0ce..f485e4fb 100644
--- 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"},
-- 
2.25.1