ci: updated modrinth publishing

Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
moonleay 2024-05-09 05:04:30 +02:00
parent 13a3394a8c
commit a039cca283
Signed by: moonleay
GPG key ID: 82667543CCD715FB

View file

@ -219,7 +219,7 @@ modrinth {
uploadFile.set(tasks.remapJar) // With Loom, this MUST be set to `remapJar` instead of `jar`!
gameVersions.addAll(listOf(project.ext["minecraft.version"] as String)) // Must be an array, even with only one version
loaders.add("fabric") // Must also be an array - no need to specify this if you're using Loom or ForgeGradle
description = System.getenv("GIT_TAG") ?: "Could not get tag description"
changelog.set(System.getenv("GIT_TAG") ?: "Could not get tag description")
dependencies { // A special DSL for creating dependencies
// scope.type
// The scope can be `required`, `optional`, `incompatible`, or `embedded`