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