Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-12-26 16:12:42 +01:00
Removes VFP as well and recommends ViaBackwards/ViaRewind on both platforms (#4032)
Dieser Commit ist enthalten in:
Ursprung
f2f0be0581
Commit
6fb072120b
@ -63,7 +63,8 @@ if (!isRelease || isMainBranch) { // Only publish releases from the main branch
|
|||||||
detectLoaders.set(false)
|
detectLoaders.set(false)
|
||||||
dependencies {
|
dependencies {
|
||||||
optional.project("viafabric")
|
optional.project("viafabric")
|
||||||
optional.project("viafabricplus")
|
optional.project("viabackwards")
|
||||||
|
optional.project("viarewind")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -78,10 +79,26 @@ if (!isRelease || isMainBranch) { // Only publish releases from the main branch
|
|||||||
paper {
|
paper {
|
||||||
jar.set(tasks.shadowJar.flatMap { it.archiveFile })
|
jar.set(tasks.shadowJar.flatMap { it.archiveFile })
|
||||||
platformVersions.set(listOf(property("mcVersionRange") as String))
|
platformVersions.set(listOf(property("mcVersionRange") as String))
|
||||||
|
dependencies {
|
||||||
|
hangar("ViaBackwards") {
|
||||||
|
required = false
|
||||||
|
}
|
||||||
|
hangar("ViaRewind") {
|
||||||
|
required = false
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
velocity {
|
velocity {
|
||||||
jar.set(tasks.shadowJar.flatMap { it.archiveFile })
|
jar.set(tasks.shadowJar.flatMap { it.archiveFile })
|
||||||
platformVersions.set(listOf(property("velocityVersion") as String))
|
platformVersions.set(listOf(property("velocityVersion") as String))
|
||||||
|
dependencies {
|
||||||
|
hangar("ViaBackwards") {
|
||||||
|
required = false
|
||||||
|
}
|
||||||
|
hangar("ViaRewind") {
|
||||||
|
required = false
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren