Skip to content

Commit

Permalink
fix a couple of MPP problems
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Feb 18, 2024
1 parent 0edc8e8 commit 55d1c64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ publishMods {
projectId = curse_project_id
accessToken = providers.environmentVariable("CURSEFORGE_TOKEN")
minecraftVersions.add(mc_version)
projectSlug = "modular-routers"
projectSlug = "pneumaticcraft-repressurized"
announcementTitle = "Download from Curseforge"
requires {
slug = "patchouli"
Expand All @@ -433,7 +433,7 @@ publishMods {

discord {
webhookUrl = providers.environmentVariable("DISCORD_WEBHOOK").orElse("dryrun")
content = changelog.map { "# Version ${version} of PneumaticCraft: Repressurized has been released! \n" + it}
content = changelog.map { "# Version ${semver} of PneumaticCraft: Repressurized has been released! \n" + it}
// setPlatforms(platforms.curseforge, platforms.modrinth)
}
}
Expand Down

0 comments on commit 55d1c64

Please sign in to comment.