From 6cd0529354d56e893f177ea0ecdec7797faa08c6 Mon Sep 17 00:00:00 2001 From: tildejustin Date: Sat, 16 Dec 2023 15:58:17 -0500 Subject: [PATCH] add redlime and i as authors, change case and fix license --- src/main/resources/fabric.mod.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 02313615..b3440209 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -2,12 +2,14 @@ "schemaVersion": 1, "id": "optifabric", "version": "${version}", - "name": "Optifabric", - "description": "Optifabric is a mod that loads optifine into fabric", + "name": "optifabric", + "description": "optifabric is a mod that loads optifine into fabric", "authors": [ "Modmuss50", "Chocohead", - "Hydos" + "Hydos", + "RedLime", + "tildejustin" ], "contact": { "homepage": "https://modrinth.com/mod/legacy-optifabric", @@ -17,7 +19,7 @@ "mixins": [ "optifabric.mixins.json" ], - "license": "CC0-1.0", + "license": "MPL-2.0", "icon": "assets/optifabric/icon.png", "environment": "client", "entrypoints": {