From 74049dad775faa31e6f1cef059ac6a3829c38eba Mon Sep 17 00:00:00 2001 From: Jonas Herzig Date: Sun, 6 Mar 2022 11:43:46 +0100 Subject: [PATCH] Update ReplayStudio 9c5dec8 Fix writing of empty chunk load packet on 1.8.x (fixes #636) 3d8573f Fix writing of respawn packet on 1.8.x 39a85f7 Fix exception when cache file has invalid gzip header (fixes #535) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 18be4489..cceffd06 100644 --- a/build.gradle +++ b/build.gradle @@ -338,7 +338,7 @@ dependencies { shadow 'com.github.ReplayMod.JavaBlend:2.79.0:a0696f8' - shadow "com.github.ReplayMod:ReplayStudio:70f59ef", shadeExclusions + shadow "com.github.ReplayMod:ReplayStudio:9c5dec8", shadeExclusions implementation(FABRIC ? dependencies.project(path: jGui.path, configuration: "namedElements") : jGui) { transitive = false // FG 1.2 puts all MC deps into the compile configuration and we don't want to shade those