The bug
A painting will unrender itself after a few seconds of having its entity data updated.
How to reproduce
Place a repeating command block with always active enabled with a command of:
/execute as @e[type=painting,distance=..20] run data merge entity @s {Test:1}
Place a painting within 20 blocks of the command block and wait a couple seconds
→ The painting and its hitbox will vanish. When destroying the block it's placed on, the painting will drop.
Video demonstrating the issue:
[media]Attachments
Comments 8
Should this issue be closed for the same reason as MC-66943? Seeing as they are both examples of updating entity data, they are both similar.
Confirmed in 1.16.1 and 20w29a. Related to MC-81870.