

Glinty Glint
This resource pack completely reworks the visual glow of enchanted items in the game, transforming the standard animation into realistic shimmer and glare. Watch the demonstration video to appreciate the difference.
Pack features:
- Full compatibility with modern glint settings from Minecraft version 23w05a
- Flexible glow color customization through shader file editing
- Works with Sodium optimizer without requiring Optifine
Color Configuration
Enchantment color can be changed in the file minecraft/shaders/core/rendertype_glint_direct.fsh
on the third line. Use the color format vec3(R, G, B) / 255.0
where R, G, B are red, green and blue channel values.
Technical Notes The excessive brightness of leather items is related to Minecraft's specifics - the enchantment effect is applied to them twice. This is a known game feature.