Update ReplayStudio to remove ViaVersion server plugin classes
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:53c6ca4", shadeExclusions
|
shadow "com.github.ReplayMod.ReplayStudio:$studioVersion:076c41b", 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
|
||||||
@@ -315,6 +315,11 @@ task configureRelocation() {
|
|||||||
} else if (!pkg.startsWith('com/replaymod')) {
|
} else if (!pkg.startsWith('com/replaymod')) {
|
||||||
pkgs << pkg.substring(0, pkg.indexOf('/', 4))
|
pkgs << pkg.substring(0, pkg.indexOf('/', 4))
|
||||||
}
|
}
|
||||||
|
} else if (pkg.startsWith('net/')) {
|
||||||
|
if (!pkg.startsWith('net/minecraft')
|
||||||
|
&& !pkg.startsWith('net/fabric')) {
|
||||||
|
pkgs << pkg.substring(0, pkg.indexOf('/', 'net/'.length()))
|
||||||
|
}
|
||||||
} else if (pkg.startsWith('org/')) {
|
} else if (pkg.startsWith('org/')) {
|
||||||
if (pkg.startsWith('org/apache/')) {
|
if (pkg.startsWith('org/apache/')) {
|
||||||
if (pkg.startsWith('org/apache/commons/')) {
|
if (pkg.startsWith('org/apache/commons/')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user