Combine all versions into a single tree

This commit is contained in:
Jonas Herzig
2018-02-10 23:35:57 +01:00
parent ec50efec10
commit 748b9da443
95 changed files with 2731 additions and 644 deletions

View File

@@ -4,9 +4,14 @@
"mixins": [],
"server": [],
"client": [
//#if MC>=10904
"MixinParticleManager",
//#else
//$$ "MixinEffectRenderer",
//$$ "MixinRendererLivingEntity",
//#endif
"MixinEntityRenderer",
"MixinFrustum",
"MixinParticleManager",
"MixinRender",
"MixinRenderGlobal",
"MixinRenderManager"