Skip to content

Commit

Permalink
Fix dependency metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
covers1624 committed Apr 26, 2024
1 parent fc7564e commit 4c2c0f7
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 @@ -88,8 +88,8 @@ def publishingMetadataTask = tasks.register("publishingMetadata") {
[
'modId' : 'codechickenlib',
'type' : 'required',
'modrinthId' : '242818',
'curseforgeId': '2gq0ALnz'
'modrinthId' : '2gq0ALnz',
'curseforgeId': '242818'
]
]
]
Expand Down

0 comments on commit 4c2c0f7

Please sign in to comment.