Completely hide invisible entities during replay

Fixes invisible entities when in spectator mode during recording
This commit is contained in:
johni0702
2016-09-14 20:04:22 +02:00
parent 0cf413c0e5
commit d8e9f621bd
4 changed files with 52 additions and 17 deletions

View File

@@ -2,9 +2,11 @@
"required": true,
"package": "com.replaymod.replay.mixin",
"mixins": [
"MixinArmorStandRenderer",
"MixinGuiSpectator",
"MixinPlayerControllerMP",
"MixinRenderArrow",
"MixinRendererLivingEntity",
"MixinRenderItem",
"MixinRenderManager",
"MixinTileEntityEndPortalRenderer",