Skip to content

Commit

Permalink
Update project ID for CF/MR
Browse files Browse the repository at this point in the history
  • Loading branch information
hlysine committed Feb 18, 2024
1 parent a035108 commit 1497633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ publishMods {

modrinth {
accessToken = secrets.MODRINTH_TOKEN
projectId = "wPQ6GgFE"
projectId = "E9MuZ1zB"
minecraftVersions.add(minecraft_version)

requires {
Expand All @@ -238,7 +238,7 @@ publishMods {

curseforge {
accessToken = secrets.CURSEFORGE_TOKEN
projectId = "936020"
projectId = "976304"
minecraftVersions.add(minecraft_version)
}
}

0 comments on commit 1497633

Please sign in to comment.