Use the word “Grey” consistently in descriptions

This commit is contained in:
Wuzzy 2017-02-12 00:00:17 +01:00
parent 3c54fed5b6
commit 8fae394ee4
4 changed files with 6 additions and 6 deletions

View file

@ -11,7 +11,7 @@ local wool = {}
wool.dyes = {
{"white", "white", "White", nil},
{"grey", "dark_grey", "Grey", "unicolor_darkgrey"},
{"silver", "grey", "Light Gray", "basecolor_grey"},
{"silver", "grey", "Light Grey", "basecolor_grey"},
{"black", "black", "Black", "basecolor_black"},
{"red", "red", "Red", "basecolor_red"},
{"yellow", "yellow", "Yellow", "basecolor_yellow"},