[PORT] Update for 25w07a

This commit is contained in:
2025-02-13 19:57:42 +02:00
parent f33363fc2d
commit a91ebdaa7b
2 changed files with 2 additions and 2 deletions

View File

@@ -243,7 +243,7 @@ public class CraterConfigScreen extends Screen {
Tesselator tesselator = Tesselator.getInstance();
BufferBuilder buffer = tesselator.begin(VertexFormat.Mode.QUADS, DefaultVertexFormat.POSITION_TEX_COLOR);
RenderSystem.enableBlend();
RenderSystem.blendFuncSeparate(770, 771, 0, 1);
//RenderSystem.blendFuncSeparate(770, 771, 0, 1);
//RenderSystem.disableTexture();
//RenderSystem.setShader(GameRenderer::getPositionTexColorShader);
Matrix4f matrix = matrices.last().pose();