mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 11:57:01 -05:00
Modrinth doesn't expect 1.19.3
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.19.3"]
|
||||
gameVersions = []
|
||||
gameLoaders = ["fabric", "quilt"]
|
||||
mainPublication renameJarForPublication
|
||||
relations {
|
||||
@@ -128,7 +128,7 @@ unifiedPublishing {
|
||||
curseforge {
|
||||
token = CURSE_API_KEY
|
||||
id = rootProject.curseforge_id
|
||||
gameVersions.addAll "Java 17", "1.19-Snapshot"
|
||||
gameVersions.addAll "Java 17", "1.19.3", "1.19-Snapshot"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user