Skip to content

Commit

Permalink
specify the published version for modrinth
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Sep 6, 2024
1 parent c94ec64 commit 681139e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ publishMods {
type = BETA
modLoaders.add("fabric")
displayName.set("${project.version} for Fabric $minecraftVersion")
version.set(project.version.toString())

modrinth {
projectId = "jei"
Expand Down
1 change: 1 addition & 0 deletions Forge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ publishMods {
type = BETA
modLoaders.add("forge")
displayName.set("${project.version} for Forge $minecraftVersion")
version.set(project.version.toString())

modrinth {
projectId = "jei"
Expand Down
1 change: 1 addition & 0 deletions NeoForge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ publishMods {
type = BETA
modLoaders.add("neoforge")
displayName.set("${project.version} for NeoForge $minecraftVersion")
version.set(project.version.toString())

modrinth {
projectId = "jei"
Expand Down

0 comments on commit 681139e

Please sign in to comment.