[1.19.4] See-through Text Display entities are not rendered correctly
KabanFriends opened this issue · 2 comments
Version information
mc1.19.4-0.4.10+build.24
Expected Behavior
text_display
entities with see_through
set to true should always render the text and its background through walls.
Actual Behavior
Depending on the angle you look at the entity:
Reproduction Steps
- Spawn a see-through text display entity:
/summon minecraft:text_display ~ ~ ~ {text:'{"text":"Hello world!"}',billboard:"center",see_through:true}
- Place blocks in front of the entity, and move around
- See how the text or the background sometimes disappears
Java version
Java 17
CPU
8x Intel® Core™ i7-4770 CPU (3.40GHz)
GPU
NVIDIA GeForce GTX 1060 (6GB, PCIe, SSE2)
Additional information
No response