wool/dye make pink and brown become the same colors
This commit is contained in:
parent
71e26df782
commit
5b44e34fda
2 changed files with 4 additions and 4 deletions
|
@ -14,8 +14,8 @@ local dyes = {
|
|||
{"magenta", "Magenta", "basecolor_magenta"},
|
||||
{"orange", "Orange", "excolor_orange"},
|
||||
{"violet", "Violet", "excolor_violet"},
|
||||
{"brown", "Brown", "unicolor_dark_orange"},
|
||||
{"pink", "Pink", "unicolor_light_red"},
|
||||
{"brown", "Brown", "unicolor_brown"},
|
||||
{"pink", "Pink", "unicolor_rose"},
|
||||
{"dark_grey", "Dark Grey", "unicolor_darkgrey"},
|
||||
{"dark_green", "Dark Green", "unicolor_dark_green"},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue