Skip to content

Commit

Permalink
update project id
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjdai1 committed Dec 29, 2024
1 parent 3b59aa3 commit 5beeda2
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 @@ -75,7 +75,7 @@ publishMods {
def optionsCurseforge = curseforgeOptions {
accessToken = providers.environmentVariable("CURSEFORGE_API_KEY")
minecraftVersions.add("1.20.1")
projectId = "1038740"
projectId = "992333"
requires {
slug = "architectury-api"
}
Expand All @@ -86,7 +86,7 @@ publishMods {

def optionsModrinth = modrinthOptions {
accessToken = providers.environmentVariable("MODRINTH_API_KEY")
projectId = "20p2kirx"
projectId = "FNi5IMiX"
minecraftVersions.add("1.20.1")
requires {
slug = "architectury-api"
Expand Down

0 comments on commit 5beeda2

Please sign in to comment.