From 96bb1abc1d62feab55be9d898d3956ce8381f6cc Mon Sep 17 00:00:00 2001 From: Jonas Herzig Date: Thu, 1 Jul 2021 13:57:11 +0200 Subject: [PATCH] Update ReplayStudio 0e72e36 Add workaround for lack of way to determine global palette size 872bc75 Update vanilla global palette size 19d3dab Fix OOB when converting local palette storage to global palette (fixes #509) c93a370 Fix incorrect packet release during SquashFilter.flush (fixes #490, fixes #492) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 311f481f..ec72276d 100644 --- a/build.gradle +++ b/build.gradle @@ -333,7 +333,7 @@ dependencies { shadow 'com.github.ReplayMod.JavaBlend:2.79.0:a0696f8' - shadow "com.github.ReplayMod:ReplayStudio:d82ef5b", shadeExclusions + shadow "com.github.ReplayMod:ReplayStudio:0e72e36", shadeExclusions implementation(jGui){ transitive = false // FG 1.2 puts all MC deps into the compile configuration and we don't want to shade those