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

Commit

Permalink
Browse files Browse the repository at this point in the history
Add ability to dye coloured wool white
  • Loading branch information
tenplus1 authored and BlockMen committed Jan 12, 2016
1 parent 524576c commit 08a01ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 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 Expand Up @@ -47,4 +47,3 @@ for _, row in ipairs(wool.dyes) do
})
end
end

0 comments on commit 08a01ee

Please sign in to comment.