From 0356fef61d9d7128fd19febc7345bfe5a22456c2 Mon Sep 17 00:00:00 2001 From: Jonas Herzig Date: Sat, 5 Mar 2022 11:23:00 +0100 Subject: [PATCH] Fix crash when receiving resource pack on 1.8-1.12.2 (fixes #86) --- src/main/resources/mixins.recording.replaymod.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/mixins.recording.replaymod.json b/src/main/resources/mixins.recording.replaymod.json index e6c9ee41..09545afc 100644 --- a/src/main/resources/mixins.recording.replaymod.json +++ b/src/main/resources/mixins.recording.replaymod.json @@ -11,8 +11,10 @@ "SPacketSpawnMobAccessor", "SPacketSpawnPlayerAccessor", "MixinServerInfo", - //#if MC>=11400 + //#if MC>=10800 "MixinDownloadingPackFinder", + //#endif + //#if MC>=11400 "MixinMouseHelper", //#endif //#if MC>=10904