[1.7.10] Update ReplayStudio to fix custom entity types (fixes #117)

This commit is contained in:
Jonas Herzig
2018-03-22 12:35:16 +01:00
parent 65e3d45c9b
commit 3f00c1f977
2 changed files with 19 additions and 19 deletions

View File

@@ -131,7 +131,7 @@ dependencies {
def studioVersion = "${(int)(mcVersion/10000)}.${(int)(mcVersion/100)%100}" + (mcVersion%100==0 ? '' : ".${mcVersion%100}")
if (studioVersion == '1.8.9') studioVersion = '1.8'
shade("com.github.ReplayMod.ReplayStudio:$studioVersion:464e18a"){
shade("com.github.ReplayMod.ReplayStudio:$studioVersion:3328446"){
exclude group: 'com.google.guava', module: 'guava' // provided by MC
exclude group: 'org.projectlombok', module: 'lombok' // runtime only for @SneakyThrows which isn't used
}