Mixin'd the Shader's mods ShadersRender class to only render hands if the Forge event isn't cancelled

This fixes player hands being rendered while spectating an entity in a replay while having Shaders enabled
This commit is contained in:
CrushedPixel
2017-01-14 02:01:06 +01:00
committed by johni0702
parent 6bbff3bba7
commit d9b796db5e
2 changed files with 24 additions and 1 deletions

View File

@@ -6,7 +6,8 @@
"client": [
"MixinShaderEntityRenderer",
"MixinShaderRenderChunk",
"MixinShaderRenderGlobal"
"MixinShaderRenderGlobal",
"MixinShadersRender"
],
"compatibilityLevel": "JAVA_8",
"refmap": "mixins.replaymod.refmap.json"