From 0b3a94f9136e7dc46f6190a7e3844d1a5b2ee196 Mon Sep 17 00:00:00 2001 From: Steven Cao Date: Sat, 6 Mar 2021 17:18:32 -0500 Subject: [PATCH] Improve descriptions in fabric.mod.json --- src/main/resources/fabric.mod.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index c99a974..0883a96 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -9,8 +9,9 @@ "UltimateBoomer" ], "contact": { - "homepage": "https://github.com/UltimateBoomer", - "sources": "https://github.com/UltimateBoomer/smoothboot-fabric" + "homepage": "https://www.curseforge.com/minecraft/mc-mods/smooth-boot", + "sources": "https://github.com/UltimateBoomer/smoothboot-fabric", + "issues": "https://github.com/UltimateBoomer/mc-smoothboot/issues" }, "license": "MIT License", @@ -28,15 +29,11 @@ "mixins": [ "smoothboot.mixins.json" ], - "depends": { "fabricloader": ">=0.7.4", "fabric": "*", "minecraft": "1.16.x" }, - "suggests": { - "flamingo": "*" - }, "custom": { "modupdater": { "strategy": "curseforge",