Merge remote-tracking branch 'origin/1.20' into 1.21.1
This commit is contained in:
commit
bfc099472f
|
|
@ -203,6 +203,7 @@ tasks.named("build") {
|
|||
|
||||
publishMods {
|
||||
file.set(tasks.named<Jar>(finalJarTask).flatMap { it.archiveFile })
|
||||
displayName.set(tasks.named<Jar>(finalJarTask).flatMap { it.archiveFileName })
|
||||
changelog = "Please check the [GitHub wiki](https://github.com/embeddedt/ModernFix/wiki/Changelog) for major changes."
|
||||
type = STABLE
|
||||
|
||||
|
|
@ -215,7 +216,7 @@ publishMods {
|
|||
minecraftVersions.add(minecraft_version)
|
||||
}
|
||||
modrinth {
|
||||
projectId = "modernfix"
|
||||
projectId = "nmDcB62a"
|
||||
accessToken = providers.environmentVariable("MODRINTH_TOKEN")
|
||||
minecraftVersions.add(minecraft_version)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user