Sodium

Sodium

61M Downloads

Text-Display translucency issue

Closed this issue ยท 2 comments

commented

Bug Description

Translucent Blocks like Water won't render properly behind Text-Display-Entities.

Image

Reproduction Steps

  1. Place Water
  2. Summon Text Display Entity in front of it. /summon text_display ~ ~ ~ {text:"Text Display Demo Text"}

Log File

latest.log

Crash Report

crash-2025-10-04_00.30.59-client.txt

commented

This is a vanilla issue.

commented

Sodium's improved translucency sorting only fixes issues between blocks in the terrain render pass, not between the various render systems themselves (weather, sky, particles, etc.) To do that, you need to enable Fabulous! graphics mode, which is usually very slow.

see the duplicate issue: #3082 (comment)