if an item is enchanted and rendered glowing it crashes the game with error:
Error: java.lang.IllegalStateException: Can't render an outline for this rendertype!
How to reproduce
holding an enchanted item while glowing, then going third person / seeing it on another glowing player
OR
using this command to summon a glowing enchanted item on the ground
/summon item ~ ~ ~ {Glowing:1b,Item:{id:"minecraft:dirt",components:{"minecraft:enchantments":{"minecraft:lure":1}}}}
Observed behavior
game crashes
Expected behavior
game to function normally
Confirmed on Minecraft 25w34b. My game crashed. •_•