Skip to content

Commit

Permalink
update fabric.mod.json :3
Browse files Browse the repository at this point in the history
  • Loading branch information
IAMSolaara committed Jul 1, 2024
1 parent c9c88cd commit acfb262
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"version": "${version}",
"name": "Bee Yourself",
"description": "This is an example description! Tell everyone what your mod is about!",
"authors": ["Me!"],
"authors": ["IAMSolaara"],
"contact": {
"homepage": "https://fabricmc.net/",
"sources": "https://github.com/FabricMC/fabric-example-mod"
"homepage": "https://github.com/IAMSolaara/bee-yourself/",
"sources": "https://github.com/IAMSolaara/bee-yourself/"
},
"license": "CC0-1.0",
"license": "BSD-3-Clause",
"icon": "assets/bee-yourself/icon.png",
"environment": "*",
"entrypoints": {
Expand All @@ -28,4 +28,3 @@
"another-mod": "*"
}
}

0 comments on commit acfb262

Please sign in to comment.