NBT Glint
A client-side mod that allows you to customize the color of item enchantment glows through NBT tags, opening up endless possibilities for personalizing the appearance of your gear in the game.
How to Use
The mod provides two key parameters that control the glow display:
nbt_glint:glint— determines the glow color. Available options can be viewed in the GlintManager.java filenbt_glint:glint_always— enables permanent glow for the item regardless of conditions
Usage Example
Creating a diamond sword with red glow: /give @s diamond_sword{"nbt_glint:glint":"red","nbt_glint:glint_always":true}
