The bug
If a chest with an enchantment glint is equipped on a mob which can have a chest equipped, the enchantment glint will not play. This is unlike saddles, which correctly show the enchant glint.
How to reproduce
Tame a donkey
/give @s saddle[minecraft:enchantment_glint_override=true]
/give @s chest[minecraft:enchantment_glint_override=true]
Equip both on the donkey
Expected results
Both the saddle and chest would display the enchantment glint.
Actual results
The saddle correctly displays the enchantment glint, but the chest does not.
How to fix
Make the chest rendering be handled by the equipment system; this would also fix MC-279508.
Further notes
Chests as items do not display the enchantment glint due to a bug; see MC-69683. This could be fixed by reopening and actually fixing MC-276877, as the item would then no longer be using the block entity rendering system.
Linked issues
Attachments
Comments 6
Thank you for your report!
After consideration, the issue is being closed as Invalid.
You have posted a feature request or a suggestion. This site is for bug reports only.
For suggestions, please visit The official Minecraft feedback site or visit the Minecraft Feedback Discord server.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
Can confirm.