-
Bug
-
Resolution: Duplicate
-
None
-
1.19.4
-
None
-
Confirmed
-
Rendering
Hello, I was trying to make a custom mob using the new display entities. My problem is that when I scale my item display entity to big sizes (the red transparent circle in this video: https://www.youtube.com/watch?v=J7_5dyyfSPA), the Item/Block display behind doesn't render correctly depending of the point of view of the player.
Commands used in the screenshots :
/summon item_display ~ ~ ~ {item:{id:"minecraft:ice",Count:1b}}
/data merge entity @e[type=item_display,limit=1,sort=nearest]
{interpolation_duration:200,transformation:\{scale:[3f,200f,200f]}}
- duplicates
-
MC-162693 Entities, semi-transparent blocks, and blocks with special renderers do not render behind the name tags of sneaking players
- Open