From 28b1a81784cca0b8bc2ff38e714b36e13217779b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A4seToatz?= Date: Thu, 4 Dec 2025 21:57:25 +0100 Subject: [PATCH] Update mod version and project metadata Bumped mod_version to 1.1 in gradle.properties. Updated fabric.mod.json homepage, issues, and sources URLs to reference EntityPearl instead of StasisRods. --- 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 228f530..9b65e1a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ minecraft_version=1.21.10 yarn_mappings=1.21.10+build.3 loader_version=0.18.1 # Mod Properties -mod_version=1.0 +mod_version=1.1 maven_group=com.kasetoatz archives_base_name=EntityPearl # Dependencies diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index c78070f..b6c0f51 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -7,9 +7,9 @@ "authors": ["KaseToatz"], "contact": { "email": "kasetoatz@kasetoatz.com", - "homepage": "https://modrinth.com/mod/stasisrods", - "issues": "https://git.kasetoatz.com/KaseToatz/StasisRods/issues", - "sources": "https://git.kasetoatz.com/KaseToatz/StasisRods" + "homepage": "https://modrinth.com/mod/entitypearl", + "issues": "https://git.kasetoatz.com/KaseToatz/EntityPearl/issues", + "sources": "https://git.kasetoatz.com/KaseToatz/EntityPearl" }, "license": "MIT", "icon": "icon.png",