Update MCProtocolLib for modded entity attribute types on 1.12.2
E.g. "forge.swimSpeed" introduced in some later 1.12.2 Forge
This commit is contained in:
@@ -256,7 +256,7 @@ dependencies {
|
||||
|
||||
def studioVersion = mcVersionStr
|
||||
if (studioVersion == '1.8.9') studioVersion = '1.8'
|
||||
shadow "com.github.ReplayMod.ReplayStudio:$studioVersion:a9ca10a", shadeExclusions
|
||||
shadow "com.github.ReplayMod.ReplayStudio:$studioVersion:be6a680", shadeExclusions
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user