File tree Expand file tree Collapse file tree
src/main/java/com/sorkopiko/teammatestracker Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ github=SorkoPiko/Teammates
1414# check this on https://modmuss50.me/fabric.html
1515fabric_version =[VERSIONED]
1616yacl_version =[VERSIONED]
17- modmenu_version =[VERSIONED]
17+ modmenu_version =[VERSIONED]
Original file line number Diff line number Diff line change 2525import org .slf4j .LoggerFactory ;
2626//? if < 1.21.9 {
2727/*import net.fabricmc.fabric.api.client.rendering.v1.WorldRenderEvents;
28+ */ //?} else if !1.21.9 {
29+ /*import net.fabricmc.fabric.api.client.rendering.v1.world.WorldRenderEvents;
2830*/ //?}
2931
3032import java .util .Map ;
@@ -67,7 +69,7 @@ public void onInitializeClient() {
6769 }
6870 });
6971
70- //? if < 1.21.9 {
72+ //? if ! 1.21.9 {
7173 /*WorldRenderEvents.AFTER_TRANSLUCENT.register((context) -> TeammateRenderer.render(
7274 context.matrixStack(),
7375 context.camera(),
@@ -76,7 +78,7 @@ public void onInitializeClient() {
7678 context.tickCounter().getTickProgress(true)
7779 //?} else {
7880 /^context.tickCounter().getTickDelta(true)
79- ^///?}
81+ ^///?}
8082 ));
8183 */ //?}
8284
Original file line number Diff line number Diff line change 1- //? if >= 1.21.9 {
1+ //? if 1.21.9 {
22package com .sorkopiko .teammatestracker .mixin ;
33
44import net .minecraft .client .render .DefaultFramebufferSet ;
Original file line number Diff line number Diff line change 1- //? if >= 1.21.9 {
1+ //? if 1.21.9 {
22package com .sorkopiko .teammatestracker .mixin ;
33
44import com .llamalad7 .mixinextras .sugar .Local ;
@@ -47,7 +47,6 @@ private void afterLateDebug(
4747 framePass .setRenderer (() -> {
4848 RenderSystem .setShaderFog (fogBuffer );
4949 MatrixStack matrices = new MatrixStack ();
50- matrices .multiplyPositionMatrix (positionMatrix );
5150 TeammateRenderer .render (
5251 matrices ,
5352 camera ,
You can’t perform that action at this time.
0 commit comments