Disable MixinShaderRenderChunk on 1.18+

It's only required for legacy Optifine doesn't even apply any more as of 1.18,
so we can just disable it on modern versions so it doesn't spam the log.
This commit is contained in:
Jonas Herzig
2022-12-07 14:58:47 +01:00
parent 3816671207
commit 77ce90b2b0
2 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
//#if MC>=10800
//#if MC>=10800 && MC<11800
package com.replaymod.compat.shaders.mixin;
import com.replaymod.render.hooks.EntityRendererHandler;