Skip to content

Commit

Permalink
Update mod info
Browse files Browse the repository at this point in the history
  • Loading branch information
xYundy committed Mar 2, 2024
1 parent 90455cd commit ccb5ca4
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"id": "squaredadditions",
"version": "${version}",
"name": "Squared Additions",
"description": "This is an example description! Tell everyone what your mod is about!",
"description": "Stuff & Addictions for your Minecraft realm.",
"authors": [
"Me!"
"xYundy"
],
"contact": {
"homepage": "https://fabricmc.net/",
"sources": "https://github.com/FabricMC/fabric-example-mod"
"homepage": "https://github.com/xYundy",
"sources": "https://github.com/xYundy/SquaredAdditions"
},
"license": "CC0-1.0",
"license": "MIT",
"icon": "assets/squaredadditions/icon.png",
"environment": "*",
"entrypoints": {
Expand All @@ -37,8 +37,5 @@
"minecraft": "~1.20.1",
"java": ">=17",
"fabric-api": "*"
},
"suggests": {
"another-mod": "*"
}
}

0 comments on commit ccb5ca4

Please sign in to comment.