From 961f62121e2fd0847cc5bba75b9ff67f970fcad4 Mon Sep 17 00:00:00 2001 From: Yasin <19829407+LifeIsAParadox@users.noreply.github.com> Date: Sun, 1 Sep 2024 17:54:48 +0200 Subject: Update build.gradle --- build.gradle | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 353c38df..f7a84ed3 100644 --- a/build.gradle +++ b/build.gradle @@ -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}" @@ -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 { @@ -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} } } -- cgit