Skip to content

Commit

Permalink
Tell Modrinth it's 1.21-rc1 so the upload doesn't fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Jun 13, 2024
1 parent 576693f commit 420d622
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ publishMods {
modrinth {
projectId = "o7DitHWP"
accessToken = providers.environmentVariable("MODRINTH_TOKEN")
minecraftVersions.add("${project.minecraft_version}")
minecraftVersions.add("1.21-rc1") // XXX: Temporary fix for Modrinth
//minecraftVersions.add("${project.minecraft_version}")
requires("fabric-api")
changelog = "A changelog can be found at: [${changelogUrl}](${changelogUrl}?mc=${project.minecraft_version}&utm_source=Modrinth&utm_medium=WI+Zoom&utm_campaign=Changelog&utm_content=Modrinth+WI+Zoom+MC${project.minecraft_version})"
}
Expand Down

0 comments on commit 420d622

Please sign in to comment.