Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Use only mod version for modrinth releases
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceitem committed May 4, 2022
1 parent 078fb80 commit fd3b8ff
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 @@ -51,7 +51,7 @@ jar {
modrinth {
token = System.getenv("MODRINTH_TOKEN") // This is the default. Remember to have the MODRINTH_TOKEN environment variable set or else this will fail, or set it to whatever you want - just make sure it stays private!
projectId = "8B77TpQR"
versionNumber = project.version // You don't need to set this manually. Will fail if Modrinth has this version already
versionNumber = project.mod_version // You don't need to set this manually. Will fail if Modrinth has this version already
versionType = "release" // This is the default
uploadFile = remapJar // With Fabric Loom or Architectury Loom, this MUST be set to `remapJar` instead of `jar`!
gameVersions = ["1.18", "1.18.1", "1.18.2"] // Must be an array, even with only one version
Expand Down

0 comments on commit fd3b8ff

Please sign in to comment.