Replace all ATs with Mixin on 1.13+ in preparation for Fabric

This commit is contained in:
Jonas Herzig
2019-04-26 11:20:31 +02:00
parent d5b9e60c4d
commit 17fe5b345f
67 changed files with 1035 additions and 399 deletions

View File

@@ -4,6 +4,13 @@
"mixins": [],
"server": [],
"client": [
//#if MC>=10800
"ChunkRenderDispatcherAccessor",
//#endif
//#if MC>=11400
//$$ "MainWindowAccessor",
//#endif
"WorldRendererAccessor",
//#if MC>=10904
"MixinParticleManager",
//#else
@@ -14,6 +21,9 @@
//#if MC>=11300
"MixinFogRenderer",
//#endif
//#if MC>=10800
"MixinGlStateManager",
//#endif
"MixinFrustum",
"MixinRender",
//#if MC>=10800