Skip to content

Commit

Permalink
Add Create version number to Modrinth metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jenchanws committed May 24, 2023
1 parent 77bdd25 commit a98b407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ val modrinth_id: String by project
modrinth {
token.set(System.getenv("MODRINTH_TOKEN"))
projectId.set(modrinth_id)
versionNumber.set(mod_version)
versionNumber.set("$mod_version+create-$create_version_short")
versionName.set("CTM Fabric $mod_version (Create $create_version_short)")
gameVersions.add(minecraft_version)
loaders.add("fabric")
Expand Down

0 comments on commit a98b407

Please sign in to comment.