Workaround OF breaking spectator hand mixin

This commit is contained in:
Jonas Herzig
2020-04-06 20:34:43 +02:00
parent 4c577c4559
commit ed6ba740bb
4 changed files with 121 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
{
"required": true,
"package": "com.replaymod.replay.mixin",
"plugin": "com.replaymod.core.ReplayModMixinConfigPlugin",
"mixins": [],
"server": [],
"client": [
@@ -10,7 +11,8 @@
//#endif
"EntityLivingBaseAccessor",
//#if MC>=11400
"MixinGameRenderer",
"Mixin_ShowSpectatedHand_NoOF",
"Mixin_ShowSpectatedHand_OF",
//#else
//$$ "EntityOtherPlayerMPAccessor",
//#endif