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",
|
"id": "oauth-fabric",
|
||||||
"version": "${version}",
|
"version": "${version}",
|
||||||
"name": "OAuth Fabric",
|
"name": "OAuth Fabric",
|
||||||
"description": "This is an example description! Tell everyone what your mod is about!",
|
"description": "OAuth2 authentication for Fabric Minecraft servers",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Me!"
|
"Lily Vex"
|
||||||
],
|
],
|
||||||
"contact": {
|
"contact": {
|
||||||
"homepage": "https://fabricmc.net/",
|
"homepage": "https://code.lilyvex.dev/lily/oauth-fabric",
|
||||||
"sources": "https://github.com/FabricMC/fabric-example-mod"
|
"sources": "https://code.lilyvex.dev/lily/oauth-fabric"
|
||||||
},
|
},
|
||||||
"license": "CC0-1.0",
|
"license": "MIT",
|
||||||
"icon": "assets/oauth-fabric/icon.png",
|
"icon": "assets/oauth-fabric/icon.png",
|
||||||
"environment": "*",
|
"environment": "*",
|
||||||
"entrypoints": {
|
"entrypoints": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue