Fix incompatible OpenNBT version on 1.12.2 and below
This commit is contained in:
@@ -254,7 +254,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:076c41b", shadeExclusions
|
shadow "com.github.ReplayMod.ReplayStudio:$studioVersion:7400a59", 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