From fd740a4af66051207e8029299e3eefc08af846d2 Mon Sep 17 00:00:00 2001 From: Jonas Herzig Date: Tue, 28 Mar 2023 12:23:18 +0200 Subject: [PATCH] Update ReplayStudio --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bd4894a1..d0dafa8b 100644 --- a/build.gradle +++ b/build.gradle @@ -360,7 +360,7 @@ dependencies { shadow 'com.github.ReplayMod.JavaBlend:2.79.0:a0696f8' - shadow "com.github.ReplayMod:ReplayStudio:b5cc75a", shadeExclusions + shadow "com.github.ReplayMod:ReplayStudio:d3f8506", shadeExclusions // FIXME this should be pulled in by ReplayStudio, and IntelliJ sees it, but javac for some reason does not implementation 'com.github.viaversion:opennbt:0a02214' // 2.0-SNAPSHOT (ViaVersion Edition)