mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 03:56:59 -05:00
Mark 1.20.1 as compatible
This commit is contained in:
@@ -113,7 +113,7 @@ unifiedPublishing {
|
||||
displayName = "[Fabric $rootProject.supported_version] v$project.version"
|
||||
releaseType = "$rootProject.artifact_type"
|
||||
changelog = releaseChangelog()
|
||||
gameVersions = ["1.20"]
|
||||
gameVersions = ["1.20", "1.20.1"]
|
||||
gameLoaders = ["fabric", "quilt"]
|
||||
mainPublication renameJarForPublication
|
||||
relations {
|
||||
|
||||
@@ -126,7 +126,7 @@ unifiedPublishing {
|
||||
displayName = "[Forge $rootProject.supported_version] v$project.version"
|
||||
releaseType = "$rootProject.artifact_type"
|
||||
changelog = releaseChangelog()
|
||||
gameVersions = ["1.20"]
|
||||
gameVersions = ["1.20", "1.20.1"]
|
||||
gameLoaders = ["forge"]
|
||||
mainPublication renameJarForPublication
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ org.gradle.daemon=false
|
||||
platforms=fabric,forge
|
||||
|
||||
minecraft_version=1.20
|
||||
supported_version=1.20
|
||||
supported_version=1.20(.1)
|
||||
|
||||
artifact_type=release
|
||||
|
||||
|
||||
Reference in New Issue
Block a user