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:
@@ -7,9 +7,11 @@
|
||||
//#if MC>=11500
|
||||
"MixinChunkVisibility",
|
||||
//#endif
|
||||
//#if MC>=10800 && MC<11800
|
||||
"MixinShaderRenderChunk",
|
||||
//#endif
|
||||
//#if MC>=10800
|
||||
"MixinShaderEntityRenderer",
|
||||
"MixinShaderRenderChunk",
|
||||
//#else
|
||||
//$$ "MixinShaders",
|
||||
//#endif
|
||||
|
||||
Reference in New Issue
Block a user