Update ReplayStudio to fix custom potion effects (fixes #126)

This commit is contained in:
Jonas Herzig
2018-06-10 15:53:17 +02:00
parent 5e6a85d475
commit ab4153f375
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:3328446"){
shade("com.github.ReplayMod.ReplayStudio:$studioVersion:3680c2e"){
exclude group: 'com.google.guava', module: 'guava' // provided by MC
exclude group: 'org.projectlombok', module: 'lombok' // runtime only for @SneakyThrows which isn't used
}