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,12 +4,14 @@
"mixins": [],
"server": [],
"client": [
//#if MC>=10904
"MixinPlayerControllerMP",
"MixinWorldClient",
//#endif
"MixinNetHandlerLoginClient",
"MixinNetHandlerPlayClient",
"MixinNetworkDispatcher",
"MixinPlayerControllerMP",
"MixinRenderGlobal",
"MixinWorldClient"
"MixinRenderGlobal"
],
"compatibilityLevel": "JAVA_8",
"minVersion": "0.6.11",