All versions
1.5.3
Release
Fabric: Minecraft 26.2 - Attuned 1.5.3last month 104
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
Attuned 1.5.3 - Fabric Artifact Size Patch
Changed
- Fabric release naming - Modrinth and CurseForge uploads now use Fabric: Minecraft 26.2 - Attuned 1.5.3 as the public version display name so future Forge and NeoForge files can sit beside Fabric builds without ambiguity.
- Patch-only artifact refresh - rebuilt the Minecraft 26.2 Fabric jar from the already-verified gameplay code with the release-size optimization applied; this patch does not add gameplay content or rebalance Foci.
- Smaller release jar - packaged jars now exclude source-only Blockbench mesh files, use the compact Ocean Relic runtime mesh texture, and keep RGBA-safe optimized public textures so the build stays readable while sitting around 7.4 MB instead of the previous roughly 10.6 MB footprint.
Verification
- python tools\verify_repository.py
- python -m unittest discover -s tests
- ./gradlew build
- Jar content check confirmed the source Blockbench model/texture are absent and ocean_relic_trident_mesh.png is present.
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:uWIfpwDL:9QhCeYUQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uWIfpwDL:9QhCeYUQ"
}

