From 0af2923ef29bf5b5a7e8d2ecd11c2ae276501081 Mon Sep 17 00:00:00 2001 From: lily Date: Wed, 23 Apr 2025 20:43:55 -0400 Subject: [PATCH] fix: missing mod metadata --- src/main/resources/fabric.mod.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 4e243e3..894fb1b 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -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": {