Skip to content

Commit

Permalink
Added note to item flag mech to hide banner patterns.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fortifier42 committed Oct 25, 2015
1 parent cf72ca3 commit c1373f4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public String getAttribute(Attribute attribute) {
// @description
// Returns a list of flags set on this item.
// Valid flags include: HIDE_ATTRIBUTES, HIDE_DESTROYS, HIDE_ENCHANTS, HIDE_PLACED_ON, HIDE_POTION_EFFECTS, and HIDE_UNBREAKABLE
// NOTE: 'HIDE_POTION_EFFECTS' also hides banner patterns.
// -->
if (attribute.startsWith("flags")) {
return flags()
Expand Down

0 comments on commit c1373f4

Please sign in to comment.