Fixed depth render of PC screen

This commit is contained in:
Vojtěch Šín
2024-07-20 00:16:57 +02:00
committed by GitHub
parent a03102ed3c
commit a75e98ef70

View File

@@ -166,6 +166,7 @@ public final class ComputerRenderer implements BlockEntityRenderer<ComputerBlock
}
stack.popPose();
RenderSystem.disableDepthTest();
} else {
stack.pushPose();
stack.translate(0, 0, -0.9f);