Fix (character, portal, enchantment) animations during speed up / slowed down path playback and rendering

This commit is contained in:
johni0702
2016-09-02 12:50:18 +02:00
parent 8d1a3f28d1
commit 0691ef9886
11 changed files with 107 additions and 74 deletions

View File

@@ -2,7 +2,9 @@
"required": true,
"package": "com.replaymod.replay.mixin",
"mixins": [
"MixinPlayerControllerMP"
"MixinPlayerControllerMP",
"MixinRenderItem",
"MixinTileEntityEndPortalRenderer"
],
"server": [],
"client": [],