Update ReplayStudio

This commit is contained in:
Jonas Herzig
2020-04-01 23:44:04 +02:00
parent c9285ab4a1
commit 2dbd5cde02
2 changed files with 2 additions and 2 deletions

View File

@@ -408,7 +408,7 @@ public class GuiReplayViewer extends GuiScreen {
} else {
server.setText(metaData.getServerName());
}
incompatible = !ReplayMod.isCompatible(metaData.getFileFormatVersion(), metaData.getProtocolVersion());
incompatible = !ReplayMod.isCompatible(metaData.getFileFormatVersion(), metaData.getRawProtocolVersionOr0());
if (incompatible) {
version.setText("Minecraft " + metaData.getMcVersion());
}

View File

@@ -271,7 +271,7 @@ dependencies {
shadow 'com.github.ReplayMod.JavaBlend:2.79.0:a0696f8'
shadow "com.github.ReplayMod:ReplayStudio:120feb9", shadeExclusions
shadow "com.github.ReplayMod:ReplayStudio:ce5876d", shadeExclusions
shadowReobf(project(":jGui:$jGuiVersion")){
transitive = false // FG 1.2 puts all MC deps into the compile configuration and we don't want to shade those