From 0ee303174235ae5761a1b3df2e5d061a98b64b0f Mon Sep 17 00:00:00 2001 From: Hedzer Kuijlman Date: Tue, 18 Mar 2025 14:27:17 +0100 Subject: [PATCH] Updated fabric.mod.json --- 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 ab44b58..5916f25 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -3,13 +3,13 @@ "id": "survivalfabric", "version": "${version}", "name": "SurvivalFabric", - "description": "This is an example description! Tell everyone what your mod is about!", + "description": "Adds a few QOL features to your Survival!", "authors": [ - "Me!" + "AlwaysHAK" ], "contact": { - "homepage": "https://fabricmc.net/", - "sources": "https://github.com/FabricMC/fabric-example-mod" + "homepage": "https://hak.wtf", + "sources": "https://git.hak.wtf/hkuijlman/SurvivalFabric" }, "license": "CC0-1.0", "icon": "assets/survivalfabric/icon.png", @@ -32,6 +32,6 @@ "fabric-api": "*" }, "suggests": { - "another-mod": "*" + } } \ No newline at end of file