Skip to content

Commit

Permalink
Change Modrinth game version to 1.21.4-rc3 so the upload won't fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Dec 3, 2024
1 parent a35533c commit e4f0369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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})"
}
Expand Down

0 comments on commit e4f0369

Please sign in to comment.