Fix NoSuchMethodError due to OpenNBT binary incompatibility on MC<1.12
This commit is contained in:
@@ -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:1d6b0ac", shadeExclusions
|
shadow "com.github.ReplayMod.ReplayStudio:$studioVersion:c80d030", 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
|
||||||
|
|||||||
Reference in New Issue
Block a user