From 582d94579f87f434267ad50632ee2deefa9dbb30 Mon Sep 17 00:00:00 2001 From: KayoticCarnige Date: Thu, 26 Sep 2024 23:14:00 -0400 Subject: [PATCH] Fixed some mod info --- gradle.properties | 2 +- src/main/resources/fabric.mod.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index b256dcf..21de6c7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ yarn_mappings=1.21+build.2 loader_version=0.15.11 # Mod Properties -mod_version=1.0.0 +mod_version=1.0.1 maven_group=com.kckarnige archives_base_name=wham diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index fc847d4..d7f7c5e 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -3,15 +3,15 @@ "id": "wham", "version": "${version}", "name": "Wham!", - "description": "A complete mace overhaul!", + "description": "A mod that gives the mace a complete overhaul!", "authors": [ "KayoticCarnige" ], "contact": { - "homepage": "https://fabricmc.net/", + "homepage": "https://modrinth.com/mod/wham-mace", "sources": "https://github.com/kckarnige/WhamMace" }, - "license": "MIT", + "license": "MPL-2.0", "icon": "assets/wham/icon.png", "environment": "*", "entrypoints": {