Skip to content

Commit

Permalink
Set 1.20.2 game version
Browse files Browse the repository at this point in the history
  • Loading branch information
BluSpring committed May 20, 2024
1 parent 99a2ecf commit adf9f7d
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 @@ -126,7 +126,7 @@ modrinth {
versionNumber = "${project.mod_version}+${project.minecraft_version}" // You don't need to set this manually. Will fail if Modrinth has this version already
versionType = "release" // This is the default -- can also be `beta` or `alpha`
uploadFile = jar // With Loom, this MUST be set to `remapJar` instead of `jar`!
gameVersions = ["1.20.3", "1.20.4"] // Must be an array, even with only one version
gameVersions = ["1.20.2"] // Must be an array, even with only one version
loaders = ["fabric"] // Must also be an array - no need to specify this if you're using Loom or ForgeGradle
dependencies { // A special DSL for creating dependencies
// scope.type
Expand Down

0 comments on commit adf9f7d

Please sign in to comment.