mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-01 05:47:45 +01:00
#536: Add missing ItemFlag.HIDE_DYE
By: Parker Hawke <hawkeboyz2@hotmail.com>
This commit is contained in:
parent
e5609360b2
commit
319278404d
@ -28,5 +28,9 @@ public enum ItemFlag {
|
||||
/**
|
||||
* Setting to show/hide potion effects on this ItemStack
|
||||
*/
|
||||
HIDE_POTION_EFFECTS;
|
||||
HIDE_POTION_EFFECTS,
|
||||
/**
|
||||
* Setting to show/hide dyes from coloured leather armour
|
||||
*/
|
||||
HIDE_DYE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user