From ccb5ca4d5b9586ec76e1854c30b9970b54d912ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Zi=C4=99ciak?= Date: Sat, 2 Mar 2024 17:44:43 +0100 Subject: [PATCH] Update mod info --- src/main/resources/fabric.mod.json | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 09391ab..ea79e4a 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -3,15 +3,15 @@ "id": "squaredadditions", "version": "${version}", "name": "Squared Additions", - "description": "This is an example description! Tell everyone what your mod is about!", + "description": "Stuff & Addictions for your Minecraft realm.", "authors": [ - "Me!" + "xYundy" ], "contact": { - "homepage": "https://fabricmc.net/", - "sources": "https://github.com/FabricMC/fabric-example-mod" + "homepage": "https://github.com/xYundy", + "sources": "https://github.com/xYundy/SquaredAdditions" }, - "license": "CC0-1.0", + "license": "MIT", "icon": "assets/squaredadditions/icon.png", "environment": "*", "entrypoints": { @@ -37,8 +37,5 @@ "minecraft": "~1.20.1", "java": ">=17", "fabric-api": "*" - }, - "suggests": { - "another-mod": "*" } } \ No newline at end of file