diff options
Diffstat (limited to 'build.gradle')
-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") } |