You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: build.gradle
+1-5
Original file line number
Diff line number
Diff line change
@@ -170,9 +170,5 @@ publishMods {
170
170
requires("create-fabric", "fabric-api")
171
171
}
172
172
173
-
discord("discordUniversal") {
174
-
webhookUrl =TOKENS.get("DISCORD_WEBHOOK")
175
-
username ="New Version Announcement | Create: Pattern Schematics"
176
-
content ="$newVersionPing\n# Create: Pattern Schematics has been updated to $mod_version for $minecraft_version ($fabricEmoji / $forgeEmoji)\n"+ changelogText
177
-
}
173
+
print("\nDiscord:\n\n$newVersionPing\n# Create: Pattern Schematics has been updated to $mod_version for $minecraft_version ($fabricEmoji / $forgeEmoji)\n"+ changelogText +"\n\n")
0 commit comments