Store server name (in addition to address) in replays (closes #324)

This commit is contained in:
Jonas Herzig
2020-11-06 11:41:45 +01:00
parent 6e6af1dcbb
commit ccb08d37a7
3 changed files with 11 additions and 2 deletions

View File

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