Tags
Creators
Details
Licensed ARR
Published 2 months ago
Updated last month
All versions
1.0.3.2
Beta
Pra'Hyu Suite 1.0.3.2last month 5
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Changes
Pra'Hyu Suite 1.0.3.2 for Minecraft 26.2
Hotfix for 1.0.3, which crashed on startup. Nothing else changed.
Fixed
- The mod crashed while loading on 26.2, with
NoClassDefFoundError: dev/tr7zw/transition/loader/ModLoaderUtil. The Body Layers module bundles the TRansition and TRender libraries, and 1.0.3 shipped their 26.1 builds by mistake. Fabric Loader rejects those on 26.2, so the classes were simply absent and the game died on the mod's entrypoint. The 26.2 builds are now bundled. - Body Layers no longer takes the whole game down when those libraries are missing. If they ever fail to load again, the module is skipped and hidden from the config screen, and the rest of the suite starts normally.
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:TI9M2Uxh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:v6WHBH0Y:TI9M2Uxh"
}

