Skip to content

Commit b4bcfd6

Browse files
committed
Use Modrinth ID
Signed-off-by: Alexander Brandes <[email protected]>
1 parent 9d42b5d commit b4bcfd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worldedit-bukkit/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ publishMods {
245245

246246
val common = modrinthOptions {
247247
accessToken.set(System.getenv("MODRINTH_TOKEN"))
248-
projectId.set("fastasyncworldedit")
248+
projectId.set("z4HZZnLr")
249249
projectDescription.set(rootProject.file("README.md").readText())
250250
}
251251

0 commit comments

Comments
 (0)