File Details
InfoPeek-1.0.1-Fabric.jar
- R
- Jun 9, 2025
- 5.27 KB
- 47
- 1.21.5
- Fabric
File Name
InfoPeek-1.0.1-Fabric.jar
Supported Versions
- 1.21.5
Curse Maven Snippet
# InfoPeek – HandyHelper Changelog
## [1.0.1-Fabric] – 2025-06-09
### 🆕 New Features
- **Unique Mod ID**
Updated the `id` in `fabric.mod.json` to `infopeek_handyhelper` to avoid conflicts with the Observer’s Lens mod.
- **Custom Archive Name**
Set `archives_base_name` in `gradle.properties` to `infopeek_handyhelper`, so the built JAR is now `infopeek_handyhelper-1.0.1-Fabric.jar`.
### 🐛 Bug Fixes
- **ClassNotFoundException**
Fixed the client entrypoint package: moved `InfoPeekClient` into `com.infopeek.handyhelper` and updated the `client` entry in `fabric.mod.json`.
- **Mod ID Collision**
Resolved the issue where two mods shared the same `id`, ensuring both load side-by-side without overwriting each other’s entrypoints.
### 🔧 Miscellaneous
- Cleaned up `build.gradle` and `fabric.mod.json` entries for consistency.

