From bd5be941a8f4362c1396eb58b1a9028d55e02531 Mon Sep 17 00:00:00 2001 From: Oth3r Date: Sat, 22 Jul 2023 21:21:54 -0500 Subject: [PATCH] updated links --- src/main/resources/fabric.mod.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 8314b1e..c8d22af 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -9,9 +9,9 @@ ], "contact": { "homepage": "https://modrinth.com/mod/sit!", - "sources": "https://github.com/FabricMC/fabric-example-mod" + "sources": "https://github.com/Oth3r/Sit" }, - "license": "CC0-1.0", + "license": "LGPL-3.0-only", "icon": "assets/sit/icon.png", "environment": "*", "entrypoints": { @@ -25,9 +25,6 @@ "one.oth3r.sit.ModMenu" ] }, - "mixins": [ - "sit.mixins.json" - ], "depends": { "fabricloader": ">=0.14.21", "minecraft": "~1.20.1",