Skip to content

Commit

Permalink
chore: Update the CurseForge and Modrinth project IDs
Browse files Browse the repository at this point in the history
Also updated the Maven URL.
  • Loading branch information
Steveplays28 committed Sep 8, 2024
1 parent 21f4047 commit 1243238
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ publishing {
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/Steveplays28/${rootProject.mod_id}")
url = uri("https://maven.pkg.github.com/steves-underwater-paradise/${rootProject.mod_id}")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ java_version=21
enabled_platforms=fabric,neoforge

# mc-publish properties
curseforge_project_id=930207
modrinth_project_id=KuNKN7d2
curseforge_project_id=616330
modrinth_project_id=ZPywkPEo

# Fabric properties
# Check these on https://modmuss50.me/fabric.html
Expand Down
2 changes: 1 addition & 1 deletion neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ publishing {
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/Steveplays28/${rootProject.mod_id}")
url = uri("https://maven.pkg.github.com/steves-underwater-paradise/${rootProject.mod_id}")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
Expand Down

0 comments on commit 1243238

Please sign in to comment.