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