Skip to content

Commit

Permalink
Fixed name being wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
Auroali committed Mar 8, 2024
1 parent f583d61 commit 9fab832
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"schemaVersion": 1,
"id": "armourbundles",
"version": "${version}",
"name": "Armour Profiles",
"name": "Armour Bundles",
"description": "Adds an item that allows quick-swapping between armour sets",
"authors": [
"Auroali"
Expand Down Expand Up @@ -32,8 +32,5 @@
"minecraft": "~1.20.1",
"java": ">=17",
"fabric-api": "*"
},
"suggests": {
"another-mod": "*"
}
}
}

0 comments on commit 9fab832

Please sign in to comment.