Modrinth doesn't expect 1.19.3

This commit is contained in:
shedaniel
2022-10-23 19:31:22 +08:00
parent 6feff0e4b9
commit 006b49f792

View File

@@ -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"
}
}