The bug
An enderman holding a bell or a bell block display entity does not render the golden part of the bell; only the bell frame is rendered.
[media]How to reproduce
Run the commands:
/summon minecraft:enderman ~ ~ ~ {NoAI:1,carriedBlockState:{Name:"bell"}}
/summon minecraft:block_display ~ ~ ~ {block_state:{Name:"minecraft:bell"}}
Observed result
Only the frame of the bell is shown in the enderman's hands or as a block display.
Expected result
The entire bell block would be rendered, including the frame and the bell itself.
Linked issues
relates to 1
Attachments
Comments 15
Confirmed for 20w45a, also affects falling blocks:
/summon minecraft:falling_block ~ ~ ~ {NoGravity:1b,BlockState:{Name:"bell"},Time:1}
[media]probably due to the actual bell model being animated (when you ring it)
Can confirm this in 21w39a. Here are some extra details regarding this problem.
The Bug:
Endermen holding bells only render the frame of the bell.
Steps to Reproduce:
Summon an enderman that's holding a bell.
/summon minecraft:enderman ~ ~ ~ {NoAI:1b,carriedBlockState:{Name:"minecraft:bell"}}
Look closely at the bell held by the enderman.
Observed Behavior:
Endermen holding bells only render the frame of the bell.
Expected Behavior:
Endermen holding bells would render the bell as a whole block. It should render both the bell itself along with its frame.
This is confirmed as Community Consensus (at least) through a chat on Discord (https://discordapp.com/channels/647810384031645728/648555495564509184/753761701618253935).