Skip to content

Commit

Permalink
Use slugs for CurseForge deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
covers1624 committed Apr 26, 2024
1 parent 6e93a9f commit 5a4c69e
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,13 +75,13 @@ def publishingMetadataTask = tasks.register("publishingMetadata") {
'modId' : 'codechickenlib',
'type' : 'required',
'modrinthId' : '2gq0ALnz',
'curseforgeId': '242818'
'curseforgeId': 'codechicken-lib-1-8'
],
[
'modId' : 'cbmultipart',
'type' : 'required',
'modrinthId' : 'LmvnWWSV',
'curseforgeId': '258426'
'curseforgeId': 'cb-multipart'
]
]
]
Expand Down

0 comments on commit 5a4c69e

Please sign in to comment.