fix: missing mod metadata

This commit is contained in:
lily 2025-04-23 20:43:55 -04:00
parent af36e13307
commit 0af2923ef2
Signed by: lily
GPG key ID: 601F3263FBCBC4B9

View file

@ -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": {