We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d31eb commit 342aa27Copy full SHA for 342aa27
magiclib-minecraft-api/src/main/java/top/hendrixshen/magiclib/impl/render/TextRenderer.java
@@ -158,7 +158,7 @@ public void render() {
158
this.verticalAlignment.getTranslateY(totalTextHeight), 0);
159
context.translate(this.shiftX, this.shiftY, 0);
160
//#if MC > 11605
161
- //#if MC < 12101
+ //#if MC < 12102
162
//$$ RenderSystem.applyModelViewMatrix();
163
//#endif
164
//#else
@@ -226,7 +226,7 @@ public void render() {
226
RenderGlobal.enableDepthTest();
227
228
positionTransformer.restore();
229
- //#if MC > 11605 && MC < 12101
+ //#if MC > 11605 && MC < 12102
230
231
232
}
0 commit comments