Implement chunk forcing during rendering for 1.15

This commit is contained in:
Jonas Herzig
2020-04-02 14:15:05 +02:00
parent 4ea13051fd
commit c119392c92
6 changed files with 230 additions and 37 deletions

View File

@@ -8,9 +8,13 @@
"Mixin_ChromaKeyForceSky",
"Mixin_CubicRotation",
"Mixin_SkipBlockOutlinesDuringRender",
//#if MC>=10800 && MC<11500
//#if MC>=10800
//#if MC>=11500
//$$ "Mixin_BlockOnChunkRebuilds",
//#else
"ChunkRenderDispatcherAccessor",
"MixinChunkRenderWorker",
//#endif
"Mixin_ForceChunkLoading",
//#endif
//#if MC>=11400
"MainWindowAccessor",