mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-10 00:52:22 -07:00
#536: Add missing ItemFlag.HIDE_DYE
By: Parker Hawke <hawkeboyz2@hotmail.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user