From fed90b55979f4026dedf8e9cf15482b38c28a50f Mon Sep 17 00:00:00 2001 From: Jonas Herzig Date: Wed, 17 Feb 2021 18:20:48 +0100 Subject: [PATCH] Update ReplayStudio a1f82a7 Properly handle same-dimension respawns in squash and quick mode (fixes #139, fixes #455) 7b84461 Fix NPE if there is a block change at time 0 (fixes #446) ee9d7d5 Switch to LGPLv3+ as primary license --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 73d65131..e103e23f 100644 --- a/build.gradle +++ b/build.gradle @@ -312,7 +312,7 @@ dependencies { shadow 'com.github.ReplayMod.JavaBlend:2.79.0:a0696f8' - shadow "com.github.ReplayMod:ReplayStudio:e7d5bf5", shadeExclusions + shadow "com.github.ReplayMod:ReplayStudio:a1f82a7", shadeExclusions implementation(jGui){ transitive = false // FG 1.2 puts all MC deps into the compile configuration and we don't want to shade those