Tags
Creators
Details
Licensed ARR
Published 2 months ago
Updated last month
All versions
1.0.3.3
Beta
Pra'Hyu Suite 1.0.3.3last month 7
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Changes
Pra'Hyu Suite 1.0.3.3 for Minecraft 26.2
The Stats module now actually counts. Same fixes as the 26.2 build; nothing else changed for 26.1.
Fixed
- Blocks broken, blocks placed, items used and kills always read zero. Nothing was ever reporting those events: only the jump counter was wired up. Every action stat is now fed from the client's own interaction handler, so K/D, streaks, the level bar and the per-action lines finally move.
- Custom trackers never worked at all. They were never loaded from disk at startup, never incremented, and never saved, so a tracker you added counted nothing and came back empty on the next launch. All three are fixed.
- "Manage custom trackers" did nothing. The button had no screen behind it. It now opens a manager listing your trackers with their lifetime and session counts, a remove button on each row, and an + Add a tracker button.
- The tracker picker skipped every mob without a spawn egg, so the Ender Dragon, the Wither, iron golems and players could not be tracked. Any living entity can now be picked.
- Time on server always showed a dash. Nothing signalled joining or leaving a world, so no play time was ever recorded.
- Session stats carried over between worlds. Joining a new world could log a phantom death or a burst of damage taken from the previous one. The session now resets on join.
- Kills were over-counted. Any mob you hit once counted as a kill as soon as it left render distance or despawned, inflating totals, K/D and streaks. A kill is now only credited when the death is actually seen.
- Containers opened counted your own inventory and the creative menu, so it climbed on every press of E.
- Food eaten missed every low-saturation food (cookies, berries, melon, raw fish), and damage taken ignored any single hit above 10 hearts.
- Presets never cleared the Time on server line, which stayed on once enabled.
- The tracker picker scrolled endlessly past the last row.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:v6WHBH0Y:GV9QHkty"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:v6WHBH0Y:GV9QHkty"
}

