From 353b0099380ee47982468a561ad3561062aad5bf Mon Sep 17 00:00:00 2001 From: angel Date: Mon, 22 Dec 2025 21:24:36 -0600 Subject: [PATCH] update: fabric.mod.json --- src/main/resources/fabric.mod.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 6e8a5fe..c9ec461 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -3,13 +3,13 @@ "id": "more_spear_enchants", "version": "${version}", "name": "More Spear Enchantments", - "description": "This is an example description! Tell everyone what your mod is about!", + "description": "more enchantments for the newly added spear from the Mounts of Mayhem update.", "authors": [ "sillyangel" ], "contact": { "homepage": "https://sillyangel.dev/", - "sources": "https://git.sillyangel.dev/angel/more_spear_enchants" + "sources": "https://git.sillyangel.dev/angel/more-spear-enchants" }, "license": "CC0-1.0", "icon": "assets/more_spear_enchants/icon.png",