Merge remote-tracking branch 'origin/1.20' into 1.21.1

This commit is contained in:
embeddedt 2026-01-22 19:40:00 -05:00
commit b3d1e9bcb0
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -202,7 +202,7 @@ tasks.named("build") {
}
publishMods {
file.set(tasks.named<Jar>(finalJarTask).get().outputs.files.singleFile)
file.set(tasks.named<Jar>(finalJarTask).flatMap { it.archiveFile })
changelog = "Please check the [GitHub wiki](https://github.com/embeddedt/ModernFix/wiki/Changelog) for major changes."
type = STABLE