Chest Render Fix
This client-side mod provides a subtle visual fix for an issue where adjacent open chests exhibit texture flickering (Z-fighting).
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Chest Render Fix
This is a small, client-side Fabric mod that subtly adjusts the rendering of open chest models to prevent texture flickering (known as Z-fighting) when multiple open chests are placed close together, often on the same block boundary.
It applies a tiny, almost imperceptible translation (a small shift) to the chest's model only when it is in the process of opening or is fully open. This slight positional offset ensures that the models' surfaces do not perfectly overlap, resolving visual issues without noticeably changing the chest's appearance in the world.