Skip to content

Commit

Permalink
indicate 1.21.2/.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
onebeastchris committed Oct 31, 2024
1 parent ec9a649 commit c2fd9c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,6 @@ modrinth {

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

0 comments on commit c2fd9c7

Please sign in to comment.