Skip to content

Commit

Permalink
fix incorrect curseforge id
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai authored Sep 16, 2024
1 parent 30f8ac7 commit a00c9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ publishMods {

curseforge {
accessToken = providers.environmentVariable("CURSEFORGE_TOKEN")
projectId = "576755"
projectId = "682310"
mcVersions.forEach(minecraftVersions::add)

clientRequired = true
Expand Down

0 comments on commit a00c9c6

Please sign in to comment.