mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-16 22:43:14 +01:00
SPIGOT-7296: Add ItemFlag#HIDE_ARMOR_TRIM
By: md_5 <git@md-5.net>
This commit is contained in:
parent
706a880b08
commit
fff80f432d
1 changed files with 6 additions and 2 deletions
|
@ -31,7 +31,11 @@ public enum ItemFlag {
|
|||
*/
|
||||
HIDE_POTION_EFFECTS,
|
||||
/**
|
||||
* Setting to show/hide dyes from coloured leather armour
|
||||
* Setting to show/hide dyes from colored leather armor.
|
||||
*/
|
||||
HIDE_DYE;
|
||||
HIDE_DYE,
|
||||
/**
|
||||
* Setting to show/hide armor trim from leather armor.
|
||||
*/
|
||||
HIDE_ARMOR_TRIM;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue