Skip to content

Commit

Permalink
Add modrinth display names
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Sep 6, 2024
1 parent b404a12 commit c94ec64
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 @@ -220,6 +220,7 @@ publishMods {
changelog.set(provider { file("../Changelog/changelog.md").readText() })
type = BETA
modLoaders.add("fabric")
displayName.set("${project.version} for Fabric $minecraftVersion")

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 @@ -196,6 +196,7 @@ publishMods {
changelog.set(provider { file("../Changelog/changelog.md").readText() })
type = BETA
modLoaders.add("forge")
displayName.set("${project.version} for Forge $minecraftVersion")

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 @@ -173,6 +173,7 @@ publishMods {
changelog.set(provider { file("../Changelog/changelog.md").readText() })
type = BETA
modLoaders.add("neoforge")
displayName.set("${project.version} for NeoForge $minecraftVersion")

modrinth {
projectId = "jei"
Expand Down

0 comments on commit c94ec64

Please sign in to comment.