-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
Adding ItemFlags to GUI items is possible, but they don’t work in-game (tested in 1.21.3+, maybe even lower versions).
To make them work properly, you need to add empty AttributeModifiers to the ItemMeta, for example:
meta.setAttributeModifiers(MultimapBuilder.hashKeys().hashSetValues().build());
Without this, item flags are visually added but have no real effect in-game.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels