Skip to content

Commit

Permalink
Merge pull request #977 from LifeIsAParadox/mod-publish-changes
Browse files Browse the repository at this point in the history
mod publish upload changes
  • Loading branch information
LifeIsAParadox authored Sep 2, 2024
2 parents 51b9b57 + 961f621 commit c8c0830
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'fabric-loom' version '1.7-SNAPSHOT'
id 'maven-publish'
id "me.modmuss50.mod-publish-plugin" version "0.5.1"
id "me.modmuss50.mod-publish-plugin" version "0.7.2"
}

version = "${project.mod_version}+${project.minecraft_version}"
Expand Down Expand Up @@ -248,7 +248,8 @@ publishMods {
minecraftVersions.add(minecraft_version)
announcementTitle = "<:modrinth:1237114573354438696> Download from Modrinth"
requires("fabric-api")
optional("modmenu", "rei", "emi")
optional("modmenu", "rei", "emi", "jei")
embeds("yacl")
}

curseforge {
Expand All @@ -258,13 +259,14 @@ publishMods {
announcementTitle = "<:curseforge:900697838453936149> Download from CurseForge"
projectSlug = "skyblocker"
requires("fabric-api")
optional("roughly-enough-items", "emi")
optional("roughly-enough-items", "emi", "jei")
embeds("yacl")
}

discord {
webhookUrl = System.getenv("DISCORD_WEBHOOK")
username = "Changelog"
content = changelog.map { "<@&1134565945482948638>\n## ${displayName}\n" + it}
content = changelog.map { "<@&1134565945482948638>\n## Skyblocker v${mod_version} for ${minecraft_version}\n" + it}
}
}

Expand Down

0 comments on commit c8c0830

Please sign in to comment.