Commits
Parker Hawke authored and md_5 committed e9c37513e0b
21 21 | * Setting to show/hide what the ItemStack can break/destroy |
22 22 | */ |
23 23 | HIDE_DESTROYS, |
24 24 | /** |
25 25 | * Setting to show/hide where this ItemStack can be build/placed on |
26 26 | */ |
27 27 | HIDE_PLACED_ON, |
28 28 | /** |
29 29 | * Setting to show/hide potion effects on this ItemStack |
30 30 | */ |
31 - | HIDE_POTION_EFFECTS; |
31 + | HIDE_POTION_EFFECTS, |
32 + | /** |
33 + | * Setting to show/hide dyes from coloured leather armour |
34 + | */ |
35 + | HIDE_DYE; |
32 36 | } |