fix: missing mod metadata
This commit is contained in:
parent
af36e13307
commit
0af2923ef2
1 changed files with 5 additions and 5 deletions
|
@ -3,15 +3,15 @@
|
|||
"id": "oauth-fabric",
|
||||
"version": "${version}",
|
||||
"name": "OAuth Fabric",
|
||||
"description": "This is an example description! Tell everyone what your mod is about!",
|
||||
"description": "OAuth2 authentication for Fabric Minecraft servers",
|
||||
"authors": [
|
||||
"Me!"
|
||||
"Lily Vex"
|
||||
],
|
||||
"contact": {
|
||||
"homepage": "https://fabricmc.net/",
|
||||
"sources": "https://github.com/FabricMC/fabric-example-mod"
|
||||
"homepage": "https://code.lilyvex.dev/lily/oauth-fabric",
|
||||
"sources": "https://code.lilyvex.dev/lily/oauth-fabric"
|
||||
},
|
||||
"license": "CC0-1.0",
|
||||
"license": "MIT",
|
||||
"icon": "assets/oauth-fabric/icon.png",
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue