Skip to content

Commit

Permalink
Fix quilt.mod.json contributors being wrong type (expected Object, pr…
Browse files Browse the repository at this point in the history
…ovided Array)
  • Loading branch information
yesseruser authored May 12, 2024
1 parent 7c97e63 commit 2308bb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/templates/quilt/src/main/resources/quilt.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"metadata": {
"name": "%MOD_NAME%",
"description": "This is an example description! Tell everyone what your mod is about!",
"contributors": [
"Me!"
],
"contributors": {
"Me!": "Author"
},
"icon": "assets/%MOD_ID%/icon.png"
},
"intermediate_mappings": "net.fabricmc:intermediary",
Expand Down

0 comments on commit 2308bb2

Please sign in to comment.