diff options
author | Yasin <a.piri@hotmail.de> | 2024-05-08 00:03:46 +0200 |
---|---|---|
committer | Yasin <a.piri@hotmail.de> | 2024-05-08 00:03:46 +0200 |
commit | 9807bacfb9b2d7ef6a84e158ec21efea343128a7 (patch) | |
tree | 066d083f04d5401eeb2e674f6c4acc74f5f3bee0 | |
parent | 4a4234d7c9d4f038d4fa418fb15ef24ce3fcc501 (diff) | |
download | Skyblocker-9807bacfb9b2d7ef6a84e158ec21efea343128a7.tar.gz Skyblocker-9807bacfb9b2d7ef6a84e158ec21efea343128a7.tar.bz2 Skyblocker-9807bacfb9b2d7ef6a84e158ec21efea343128a7.zip |
update modrinth icon
ignore this change
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index fd21ebd5..40304d77 100644 --- a/build.gradle +++ b/build.gradle @@ -127,7 +127,7 @@ publishMods { accessToken = System.getenv("MODRINTH_TOKEN") projectId = modrinth_id minecraftVersions.add(minecraft_version) - announcementTitle = "<:modrinth:900697862206287882> Download from Modrinth" + announcementTitle = "<:modrinth:1237114573354438696> Download from Modrinth" requires("fabric-api") optional("modmenu", "rei", "emi") } |