mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-27 19:47:00 -05:00
Mark as compatible for 1.21.8 too
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 = []
|
||||
gameVersions = ["1.21.8"]
|
||||
gameLoaders = ["fabric"]
|
||||
mainPublication renameJarForPublication
|
||||
relations {
|
||||
|
||||
@@ -4,7 +4,7 @@ org.gradle.daemon=false
|
||||
platforms=fabric,neoforge
|
||||
|
||||
minecraft_version=1.21.7
|
||||
supported_version=1.21.7
|
||||
supported_version=1.21.7/8
|
||||
|
||||
artifact_type=release
|
||||
|
||||
|
||||
@@ -121,7 +121,7 @@ unifiedPublishing {
|
||||
displayName = "[NeoForge $rootProject.supported_version] v$project.version"
|
||||
releaseType = "$rootProject.artifact_type"
|
||||
changelog = releaseChangelog()
|
||||
gameVersions = ["1.21.7"]
|
||||
gameVersions = ["1.21.7", "1.21.8"]
|
||||
gameLoaders = ["neoforge"]
|
||||
mainPublication renameJarForPublication
|
||||
|
||||
|
||||
Reference in New Issue
Block a user