mirror of
https://github.com/ViaVersion/ViaForge.git
synced 2025-02-14 01:21:49 +01:00
Mark NeoForge as supported on >= 1.20.6 & 1.20.1
This commit is contained in:
parent
8484a959ba
commit
bba8f64d5d
@ -272,6 +272,9 @@ subprojects {
|
||||
version = project.version.toString() + "+" + mcVersion
|
||||
displayName = "ViaForge " + project.version.toString() + " (MC $mcVersion)"
|
||||
modLoaders.add("forge")
|
||||
if (versionId == 1_20_1 || versionId >= 1_20_6) {
|
||||
modLoaders.add("neoforge")
|
||||
}
|
||||
type = ReleaseType.STABLE
|
||||
dryRun = !rootProject.hasProperty("curseforge_publish_token") || !rootProject.hasProperty("modrinth_publish_token")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user