Revert "Hopefully fixed forge stable on 1.20.4"

This reverts commit 749921b436.
This commit is contained in:
coolGi
2023-12-24 19:03:31 +10:30
parent 749921b436
commit 513cecf318
3 changed files with 3 additions and 3 deletions
@@ -48,7 +48,7 @@ public abstract class MixinDynamicTexture implements ILightTextureMarker
private boolean isLightTexture = false;
@Shadow
#if POST_MC_1_20_4
#if MC_VER >= MC_1_20_4
(remap = false)
#endif
@Final
@@ -74,7 +74,7 @@ import org.lwjgl.opengl.GL15;
public class MixinLevelRenderer
{
@Shadow
#if POST_MC_1_20_4
#if MC_VER >= MC_1_20_4
(remap = false)
#endif
private ClientLevel level;
@@ -36,7 +36,7 @@ import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
public class MixinLightTexture
{
@Shadow
#if POST_MC_1_20_4
#if MC_VER >= MC_1_20_4
(remap = false)
#endif
@Final