Merge pull request #4 from MineDragonCZ/1.20.1

Fixed depth render of PC screen
This commit is contained in:
Jackson Abney
2024-07-19 16:14:59 -08:00
committed by GitHub

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);