FoundationGames/EnhancedBlockEntities

Enchantment glint is not shown on the item forms of beds or decorated pots

muzikbike opened this issue · 1 comments

This mod fixes https://bugs.mojang.com/browse/MC-69683 for chests, trapped chests, ender chests and shulker boxes as these now use proper non-entity-based item models. However, despite giving beds and decorated pots proepr block models, enchantment glints do not appear on the item forms.
2023-07-11_14 53 48
2023-07-11_14 53 49
2023-07-11_14 53 50
2023-07-11_14 53 50_2
2023-07-11_14 53 51

Enchanted such items can be obtained via commands:
/give @s chest{Enchantments:[{}]}
/give @s shulker_box{Enchantments:[{}]}
/give @s white_bed{Enchantments:[{}]}
/give @s decorated_pot{Enchantments:[{}]}

Updated commands:

/give @s chest[minecraft:enchantment_glint_override=1]
/give @s shulker_box[minecraft:enchantment_glint_override=1]
/give @s white_bed[minecraft:enchantment_glint_override=1]
/give @s decorated_pot[minecraft:enchantment_glint_override=1]

2024-06-07_14 37 37