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

@ -4,7 +4,7 @@ local block = {}
block.dyes = {
{"white", "White", "white"},
{"grey", "Grey", "dark_grey"},
{"silver", "Light Gray", "grey"},
{"silver", "Light Grey", "grey"},
{"black", "Black", "black"},
{"red", "Red", "red"},
{"yellow", "Yellow", "yellow"},