Skip to content

Commit bfc0994

Browse files
committed
Merge remote-tracking branch 'origin/1.20' into 1.21.1
2 parents b3d1e9b + a04266d commit bfc0994

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ tasks.named("build") {
203203

204204
publishMods {
205205
file.set(tasks.named<Jar>(finalJarTask).flatMap { it.archiveFile })
206+
displayName.set(tasks.named<Jar>(finalJarTask).flatMap { it.archiveFileName })
206207
changelog = "Please check the [GitHub wiki](https://github.com/embeddedt/ModernFix/wiki/Changelog) for major changes."
207208
type = STABLE
208209

@@ -215,7 +216,7 @@ publishMods {
215216
minecraftVersions.add(minecraft_version)
216217
}
217218
modrinth {
218-
projectId = "modernfix"
219+
projectId = "nmDcB62a"
219220
accessToken = providers.environmentVariable("MODRINTH_TOKEN")
220221
minecraftVersions.add(minecraft_version)
221222
}

0 commit comments

Comments
 (0)