Fixup mixin config changes of c119392

- Remove MixinRenderGlobal, it's now called Mixin_ForceChunkLoading
- Re-add MixinChunkRenderWorker (1.8-1.14) which was accidentally removed
This commit is contained in:
Jonas Herzig
2020-04-08 23:16:03 +02:00
parent dafbeb34d4
commit f5afeb918c

View File

@@ -13,6 +13,7 @@
"Mixin_BlockOnChunkRebuilds",
//#else
//$$ "ChunkRenderDispatcherAccessor",
//$$ "MixinChunkRenderWorker",
//#endif
"Mixin_ForceChunkLoading",
//#endif
@@ -37,9 +38,6 @@
"MixinFrustum",
"MixinRender",
//#if MC>=10800
//#if MC<11500
//$$ "MixinRenderGlobal",
//#endif
//#else
//$$ "MixinOpenGlHelper",
//#endif