Sodium

Sodium

35M Downloads

Trial Spawners don't render properly

BigPhobos opened this issue ยท 3 comments

commented

Bug Description

With Sodium installed, Trial Spawners and Vaults do not render properly with visual bugs/z-fighting when adjacent to other blocks.
image

Reproduction Steps

  1. Run Sodium 0.5.9 on Minecraft 1.21
  2. Place a Trial Spawner or Vault
  3. Place a block next to the Spawner or Vault
  4. Observe visual bugs

Log File

latest.log

Crash Report

crash-2024-06-13_22.25.17-client.txt

commented

This bug is caused by two factors:
Minecraft bug MC-266463
The compact vertex format

duplicate of #2004 & MC-266463
In my opinion, this is more a bug in Minecraft Vanilla than in Sodium.

commented
trial.spawner.visual.bug.mp4
commented

Probably the only thing that can be done about this is to wait for the improvements to the vertex encoding scheme to come in Sodium 0.6. There just isn't enough vertex precision to correctly render these things.