Use Modrinth ID

Signed-off-by: Alexander Brandes <mc.cache@web.de>
This commit is contained in:
Alexander Brandes
2024-11-24 18:27:47 +01:00
parent 9d42b5db70
commit b4bcfd6189

View File

@ -245,7 +245,7 @@ publishMods {
val common = modrinthOptions {
accessToken.set(System.getenv("MODRINTH_TOKEN"))
projectId.set("fastasyncworldedit")
projectId.set("z4HZZnLr")
projectDescription.set(rootProject.file("README.md").readText())
}