Get recording and replay working

This commit is contained in:
Jonas Herzig
2019-03-10 12:53:03 +01:00
parent 8705bbad9a
commit f8fc3462e8
22 changed files with 538 additions and 331 deletions

View File

@@ -4,6 +4,10 @@
"mixins": [],
"server": [],
"client": [
//#if MC>=11300
"MixinKeyboardListener",
"MixinMouseHelper",
//#endif
//#if MC>=10904
"MixinPlayerControllerMP",
"MixinWorldClient",
@@ -14,7 +18,9 @@
//#endif
"MixinNetHandlerLoginClient",
"MixinNetHandlerPlayClient",
"MixinNetworkDispatcher",
//#if MC<11300
//$$ "MixinNetworkDispatcher",
//#endif
"MixinRenderGlobal"
],
"compatibilityLevel": "JAVA_8",