From e4f0369a32d089ca7bae2fb039181b50b1cfcadd Mon Sep 17 00:00:00 2001 From: Alexander01998 Date: Tue, 3 Dec 2024 17:30:27 +0100 Subject: [PATCH] Change Modrinth game version to 1.21.4-rc3 so the upload won't fail --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e39bffe..25e4f9c 100644 --- a/build.gradle +++ b/build.gradle @@ -112,7 +112,7 @@ publishMods { modrinth { projectId = "SI5mk2b6" accessToken = providers.environmentVariable("MODRINTH_TOKEN") - minecraftVersions.add("${project.minecraft_version}") + minecraftVersions.add("1.21.4-rc3") requires("fabric-api") changelog = "A changelog can be found at: [${changelogUrl}](${changelogUrl}?mc=${project.minecraft_version}&utm_source=Modrinth&utm_medium=Mo+Glass&utm_campaign=Changelog&utm_content=Modrinth+Mo+Glass+MC${project.minecraft_version})" }