-
Bug
-
Resolution: Unresolved
-
None
-
1.20.2, 23w41a, 1.20.3 Release Candidate 1, 1.20.4, 1.21, 1.21.3
-
None
-
Confirmed
-
Rendering
-
Normal
-
Platform
The bug
If a text display entity has its see_through tag set to true, it will always be rendered behind entities, block entities, clouds and semi-transparent blocks.
How to reproduce
- Create a text display with see_through enabled:
/summon text_display ~ ~1 ~-1 {"text":'"Text display"',"see_through":true}
- Spawn a pig behind the text display:
/summon pig ~ ~ ~-3
→ The pig is rendered in front of the text display
- is duplicated by
-
MC-267640 nether_portal blocks draw over "see_through" enabled TextDisplay entities
- Resolved
-
MC-277982 TextDisplay Lighting bug when see_through = true
- Resolved
- relates to
-
MC-259812 Block and item displays, beds, clouds, signs, shulker boxes, and semi-transparent blocks and entities don't render behind text displays
- Open