We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3d1e9b + a04266d commit bfc0994Copy full SHA for bfc0994
build.gradle.kts
@@ -203,6 +203,7 @@ tasks.named("build") {
203
204
publishMods {
205
file.set(tasks.named<Jar>(finalJarTask).flatMap { it.archiveFile })
206
+ displayName.set(tasks.named<Jar>(finalJarTask).flatMap { it.archiveFileName })
207
changelog = "Please check the [GitHub wiki](https://github.com/embeddedt/ModernFix/wiki/Changelog) for major changes."
208
type = STABLE
209
@@ -215,7 +216,7 @@ publishMods {
215
216
minecraftVersions.add(minecraft_version)
217
}
218
modrinth {
- projectId = "modernfix"
219
+ projectId = "nmDcB62a"
220
accessToken = providers.environmentVariable("MODRINTH_TOKEN")
221
222
0 commit comments