The Bug:
Decorated pots aren't rendered when held by endermen or as block display entities.
Steps to Reproduce:
By enderman
Summon an enderman holding a decorated pot by using the command provided below.
/summon minecraft:enderman ~ ~ ~ {NoAI:1b,carriedBlockState:{Name:"minecraft:decorated_pot"}}
Look at the item held in its hands.
Take note as to whether or not decorated pots are rendered when held by endermen.
As block display
Summon a block display with a decorated pot blockstate with the command provided below.
/summon minecraft:block_display ~ ~ ~ {block_state:{Name:"minecraft:decorated_pot"}}
Take note as to whether or not decorated pots are rendered as block display entities.
Observed Behavior:
Decorated pots aren't rendered.
Expected Behavior:
Decorated pots would be rendered.
Linked issues
is duplicated by 1
relates to 1
Attachments
Comments 4
Can confirm in 1.20.4 as well for Decorated Pot not showing in block display.. same for the enderman carrying it.
Remove block display, that's MC-259954 and WAI.
Relates to MC-195237, MC-256649, and MC-193336.