Skip to content

Commit

Permalink
Indicate 1.21.4 support on modrinth
Browse files Browse the repository at this point in the history
  • Loading branch information
onebeastchris authored Dec 5, 2024
1 parent 5cc2120 commit 81e018a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,6 @@ modrinth {
syncBodyFrom.set(rootProject.file("README.md").readText())

uploadFile.set(tasks.remapJar.get().destinationDirectory.get().asFile.resolve("${versionName(project)}.jar"))
gameVersions.add(libs.minecraft.get().version as String)
gameVersions.addAll(libs.minecraft.get().version as String, "1.21.4")
failSilently.set(false)
}

0 comments on commit 81e018a

Please sign in to comment.