Tags
Creators
Details
Licensed ARR
Published 2 months ago
Updated last month
All versions
1.0.3.1
Alpha
Pra'Hyu Suite 1.0.3.1last month 9
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Changes
Pra'Hyu Suite 1.0.3.1 for Minecraft 26.2
First release for 26.2, with full localization and a large round of stability fixes.
Requires Fabric Loader 0.14.0 or newer, Fabric API, and Java 25.
Added
- Minecraft 26.2 support. Every mixin was re-verified against 26.2, and world rendering was migrated to the submit node system that replaced
MultiBufferSourcein this version. This affects the floating damage numbers and the block outline, so please report anything that looks off. - 26 languages. Every string in the mod is now translated: Arabic, Chinese (Simplified and Traditional), Czech, Danish, Dutch, English, Finnish, French, German, Hungarian, Italian, Japanese, Korean, Norwegian, Polish, Portuguese (Brazil and Portugal), Romanian, Russian, Slovak, Spanish (Spain and Mexico), Swedish, Turkish, and Ukrainian.
Fixed
- Freecam ignored your movement keybinds and read the physical W, A, S, D keys instead, so it did nothing on AZERTY or any remapped layout. It now follows whatever you have bound in Options.
- Pra'Hyu keybinds sat in the vanilla Miscellaneous category under a raw translation key. They now have their own Pra'Hyu Suite category, Reminders and KeyMap included.
- Replay More discarded its saved time, weather, and FOV settings on every launch.
- Macros, InvMove, and See Invisible could enable themselves at startup without you ever accepting their warning.
- Bulk drop all and transfer all skipped four inventory slots in brewing stands and furnaces, and could target equipped armor.
- Player heads never rendered in the friends list, and joining a server fired a notification for every friend already online.
- Tool Changer kept protecting low durability tools with the option turned off.
- Potion Bar: the "Edit position" button did nothing. It now opens the drag and drop editor.
- Stats: both "Edit position" buttons were clickable and silently did nothing. They are now disabled with a message pointing to the Custom X and Y fields.
- InvMove: "Hide background" dimmed unrelated screens.
- KeyMap wrote eight warning lines to
latest.logevery time the atlas was opened.
Changed
- The declared version range excludes prereleases, so this build will not try to load on 26.3 snapshots.
- Removed unused bundled resources: seven data tag files and fifteen particle textures that nothing referenced.
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:RXdCpEpg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:v6WHBH0Y:RXdCpEpg"
}

