FoundationGames / EnhancedBlockEntities

A Minecraft Mod for Fabric which aims to make Block Entity rendering faster and more customizable with almost no compromises.
GNU Lesser General Public License v3.0
229 stars 52 forks source link

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

Open muzikbike opened 11 months ago

muzikbike commented 11 months ago

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:[{}]}

muzikbike commented 3 weeks ago

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