Fix several sounds and the block break effect not being recorded (fixes #8)

This commit is contained in:
johni0702
2016-09-24 11:04:15 +02:00
parent 446b9be384
commit 7ef6a6d166
4 changed files with 114 additions and 1 deletions

View File

@@ -5,7 +5,9 @@
"server": [],
"client": [
"MixinNetHandlerPlayClient",
"MixinRenderGlobal"
"MixinPlayerControllerMP",
"MixinRenderGlobal",
"MixinWorldClient"
],
"compatibilityLevel": "JAVA_8",
"refmap": "mixins.replaymod.refmap.json"