Skip to content

Commit 41c54dd

Browse files
committed
Add HIDE_DYE item meta flag
1 parent 2c666b7 commit 41c54dd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/main/java/com/laytonsmith/abstraction/enums/MCItemFlag.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,9 @@ public enum MCItemFlag {
3030
/**
3131
* Setting to show/hide potion effects on this ItemStack
3232
*/
33-
HIDE_POTION_EFFECTS;
33+
HIDE_POTION_EFFECTS,
34+
/**
35+
* Setting to show/hide dyes from coloured leather armour
36+
*/
37+
HIDE_DYE;
3438
}

0 commit comments

Comments
 (0)