Update MCProtocolLib to fix certain chunk unload packets on 1.8(.9)

This commit is contained in:
Jonas Herzig
2019-07-19 19:33:06 +02:00
parent 3cd21b8a78
commit 08f09dca6e

View File

@@ -256,7 +256,7 @@ dependencies {
def studioVersion = mcVersionStr def studioVersion = mcVersionStr
if (studioVersion == '1.8.9') studioVersion = '1.8' if (studioVersion == '1.8.9') studioVersion = '1.8'
shadow "com.github.ReplayMod.ReplayStudio:$studioVersion:ec45c55", shadeExclusions shadow "com.github.ReplayMod.ReplayStudio:$studioVersion:a9ca10a", shadeExclusions
shadowReobf(project(":jGui:$jGuiVersion")){ 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 transitive = false // FG 1.2 puts all MC deps into the compile configuration and we don't want to shade those