Skip to content

Commit

Permalink
Update fabric.mod.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DerpDerpling committed May 6, 2023
1 parent 4385784 commit c32e8c9
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"schemaVersion": 1,
"id": "tpsounds",
"version": "${version}",
"name": "TPsounds",
"description": "This is an example description! Tell everyone what your mod is about!",
"name": "TP Sounds",
"description": "plays the tp sound for dragon eggs, ender pearls, and end gateways",
"authors": [
"Me!"
"DerpDerpling"
],
"contact": {
"homepage": "https://fabricmc.net/",
"sources": "https://github.com/FabricMC/fabric-example-mod"
"sources": "https://github.com/DerpDerpling/tpsounds"
},
"license": "CC0-1.0",
"icon": "assets/tpsounds/icon.png",
Expand All @@ -27,8 +27,5 @@
"minecraft": "~1.19.4",
"java": ">=17",
"fabric-api": "*"
},
"suggests": {
"another-mod": "*"
}
}

0 comments on commit c32e8c9

Please sign in to comment.