RaphiMC / ImmediatelyFast

Speed up immediate mode rendering in Minecraft
https://modrinth.com/mod/immediatelyfast
GNU Lesser General Public License v3.0
294 stars 21 forks source link

text displays with see_through tag not rendered correctly when background color is set #265

Closed Dqu1J closed 2 months ago

Dqu1J commented 2 months ago

The background of a text display is rendered on top of the text when background is set and see_through is set to true.

To reproduce:

  1. Spawn a text display with a set background color and see_through set to true, e.g. /summon minecraft:text_display ~ ~ ~ {text:"hi",billboard:"center",background:-23296,see_through:true}
  2. The text background renders on top of the text, which isn't correct. (can be seen if the background is transparent)

Vanilla: 2024-08-24_15 41 59

ImmediatelyFast 1.2.20+1.21.1: 2024-08-24_15 41 08