diff --git a/fabric/build.gradle b/fabric/build.gradle index 55be8e87..a0032e09 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -102,7 +102,7 @@ curseforge { if (project.hasProperty("CURSE_API_KEY") || System.getenv("CURSE_API_KEY") != null) { apiKey = project.hasProperty("CURSE_API_KEY") ? project.property("CURSE_API_KEY") : System.getenv("CURSE_API_KEY") project { - id = "419697" + id = "419699" releaseType = "$rootProject.cf_type" changelogType = "html" changelog = releaseChangelog()