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.
This commit is contained in:
2025-12-04 21:57:25 +01:00
parent b5b9af36e8
commit 28b1a81784
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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",