fix litematica schematic boxes

This commit is contained in:
Xonk
2025-03-18 16:33:55 -04:00
parent 43096d747a
commit 485d1a3dd7
3 changed files with 16 additions and 3 deletions

View File

@ -602,7 +602,7 @@ void main() {
// if(z >= 1.0) color = vec3(0,255,0);
// else color = vec3(0.01);
color *= min(temporallyFilteredVL.a + (1-nametagbackground),1.0);
color *= min(temporallyFilteredVL.a + (1.0-nametagbackground),1.0);
color += temporallyFilteredVL.rgb * nametagbackground;
#else
color *= temporallyFilteredVL.a ;