From 006b49f792c8a5cc99a0f5645d515ec0d2a8160e Mon Sep 17 00:00:00 2001 From: shedaniel Date: Sun, 23 Oct 2022 19:31:22 +0800 Subject: [PATCH] Modrinth doesn't expect 1.19.3 --- fabric/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fabric/build.gradle b/fabric/build.gradle index 73209893..65ec8937 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -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" } }