Update MCProtocolLib (via ReplayStudio)

Primarily because of
1728e10 Default to no team color when receiving unknown values.
63e06fa Remove hard bitsPerEntry limit, enforce minimum of 4.
6de0593 Add CustomStatistic as fallback for custom or unimplemented statistic IDs.
This commit is contained in:
Jonas Herzig
2018-03-11 20:51:56 +01:00
parent 76be6c1d2e
commit 48b39fe551
2 changed files with 17 additions and 17 deletions

View File

@@ -79,7 +79,7 @@ dependencies {
def studioVersion = project.name
if (studioVersion == '1.8.9') studioVersion = '1.8'
shade("com.github.ReplayMod.ReplayStudio:$studioVersion:9fd96a7"){
shade("com.github.ReplayMod.ReplayStudio:$studioVersion:e6f898d"){
exclude group: 'com.google.guava', module: 'guava' // provided by MC
exclude group: 'org.projectlombok', module: 'lombok' // runtime only for @SneakyThrows which isn't used
}