All versions
0.5
Release
Harmonize 0.5last week 87
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Changes
๐ ๏ธ v0.5 - Major File Cleanup & Visual Refinement
"An update focused on polishing every detail, organizing the codebase, and keeping every interface pristine, perfectly aligned, and rock solid."
๐จ Visual Adjustments & Organization
- Deep Asset & File Cleanup: Performed a thorough reorganization and cleanup of internal mod files and asset paths. This significantly increases compatibility with Resource Packs and prevents textures from breaking or glitching when playing with graphics mods or custom texture packs.
- Button Anchoring & Realignment: Fixed stubborn interface buttons (such as Creative Mode tabs in the Beacon and Villager screens) that could shift or misalign when resizing the game window. They are now locked in place regardless of display size or aspect ratio!
- Pixel-Perfect Container Alignments: Carefully adjusted the exact positioning of container slots (including the Anvil and Brewing Stand) to ensure seamless, pixel-perfect layouts.
- Texture Scaling & Clipping Fixes: Resolved visual glitches where certain slot icons and background elements appeared stretched, cut off, or incorrectly scaled.
๐บ Pet Improvements
- Baby Wolf Interactions: Fixed an issue when interacting with or attempting to open the inventory of baby wolves. The mod now properly recognizes their age, ensuring smooth interactions with young pets without awkward animations.
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:WVkM8HS3:wdUx82Gz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WVkM8HS3:wdUx82Gz"
}

