Update ReplayStudio

c9de2f5 Fix incorrect initial version for Combat* packets (fixes #568)
a22df13 Fix off-by-3 in quick mode chunk unloading code
2e2cac4 Guard against bad chunk light masks (fixes #557)
This commit is contained in:
Jonas Herzig
2021-08-17 13:58:19 +02:00
parent 0ceb95a5e2
commit 0e5de6c816

View File

@@ -332,7 +332,7 @@ dependencies {
shadow 'com.github.ReplayMod.JavaBlend:2.79.0:a0696f8'
shadow "com.github.ReplayMod:ReplayStudio:a67fb11", shadeExclusions
shadow "com.github.ReplayMod:ReplayStudio:c9de2f5", shadeExclusions
implementation(jGui){
transitive = false // FG 1.2 puts all MC deps into the compile configuration and we don't want to shade those