ItemComponent - Enchantment Glint Override (Expression) — SkBee
Addon: SkBee · Category: Expression · Since: 3.6.0
Syntax
[the] [enchantment] glint [override] of %itemstacks/itemtypes/slots%Description
Represents the enchantment glint override of an item. Overrides the enchantment glint effect on an item. When `true`, the item will display a glint, even without enchantments. When `false`, the item will not display a glint, even with enchantments. **Note**: If no override is applied, will return null. See [**EnchantmentGlintOverride**](https://minecraft.wiki/w/Data_component_format#enchantment_glint_override) on McWiki for more details.
**Changers**: - `set` = Allows you to override the glint. - `reset` = Reset back to default state. - `delete` = Will delete any value (vanilla or not).
Examples
set glint override of player's tool to true
set glint override of player's tool to false