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
announcementTitle ="Curseforge download for $fabricEmoji"
153
+
modLoaders.add("fabric")
154
+
155
+
javaVersions.add(JavaVersion.VERSION_17)
156
+
clientRequired =true
157
+
serverRequired =true
158
+
requires("create-fabric", "fabric-api")
159
+
}
160
+
modrinth("fabricMR") {
161
+
file = fabricFile
162
+
displayName = fabricName
163
+
projectId ="cpqKG67r"
164
+
accessToken =TOKENS.get("MODRINTH_PUBLISH_TOKEN")
165
+
minecraftVersions.add(minecraft_version)
166
+
announcementTitle ="Modrinth download for $fabricEmoji"
167
+
modLoaders.add("fabric")
168
+
requires("create-fabric", "fabric-api")
169
+
}
170
+
171
+
discord("discordUniversal") {
172
+
webhookUrl =TOKENS.get("DISCORD_WEBHOOK")
173
+
username ="New Version Announcement | Create: Pattern Schematics"
174
+
content ="$newVersionPing\n# Create: Pattern Schematics has been updated to $mod_version for $minecraft_version ($fabricEmoji / $forgeEmoji)\n"+ changelogText
0 commit comments