From 814d0b7c17e4feff1a1f2d2f704eef52bcee3b30 Mon Sep 17 00:00:00 2001 From: Jonas Herzig Date: Wed, 15 Jun 2022 13:46:30 +0200 Subject: [PATCH] Update ReplayStudio Fixes fatal QuickMode error introduced with the 1.19 update. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index eef8dfdd..573347ee 100644 --- a/build.gradle +++ b/build.gradle @@ -346,7 +346,7 @@ dependencies { shadow 'com.github.ReplayMod.JavaBlend:2.79.0:a0696f8' - shadow "com.github.ReplayMod:ReplayStudio:39debfe", shadeExclusions + shadow "com.github.ReplayMod:ReplayStudio:74d8465", 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)