Mojira Archive
MC-259823

Inconsistencies with Text Display opacity

Setting the "text_opacity" NBT tag in an item display entity to anything less than 4 seemingly renders its text's opacity as 255, and setting it to 4-25 seems to render the text as completely invisible.

 

Steps to reproduce:

  • Summon a text display:
    /summon text_display ~ ~1.5 ~ {text:'"Text"'}
  • Set its opacity to something low but still visible:
    /data merge entity @e[type=text_display,limit=1] {text_opacity:26b}
  • Lower it by 1 down to 25:
    /data merge entity @e[type=text_display,limit=1] {text_opacity:25b}
  • Notice the text is now completely invisible.
  • Set it to 1 where it should barely be visible:
    /data merge entity @e[type=text_display,limit=1] {text_opacity:1b}
  • Notice the text is fully visible.

 

Unresolved

PvP Panda

2023-02-08, 09:10 PM

2023-10-26, 02:51 PM

11

6

Confirmed

Low

Platform

Rendering

23w06a, 1.19.4, 1.20 Pre-release 4, 1.20.1

-