From 4364347a19a1ca96f33e0cc086e17d02305479e9 Mon Sep 17 00:00:00 2001 From: Jonas Herzig Date: Sun, 1 May 2022 20:34:26 +0200 Subject: [PATCH] Update ReplayStudio 6fc8e20 Fix incorrect relative packet order in squash filter (fixes #718) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e9ba988b..c57fc62f 100644 --- a/build.gradle +++ b/build.gradle @@ -341,7 +341,7 @@ dependencies { shadow 'com.github.ReplayMod.JavaBlend:2.79.0:a0696f8' - shadow "com.github.ReplayMod:ReplayStudio:b5539d1", shadeExclusions + shadow "com.github.ReplayMod:ReplayStudio:6fc8e20", 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