Tags
Creators
Details
1.10.5
Compatibility
Required content
Changes
Separate Fabric builds for Minecraft 1.21.10, 1.21.11, 26.1, 26.1.1, 26.1.2, 26.2 and 26.3. Choose the JAR matching your exact game version.
- Placing feels like placing again. Obsidian, end crystals and other ordinary items play Minecraft's quick hand dip when you place them. Herzium had been removing it along with the equip dip. Switching items stays instant, and weapons and tools keep their full animation.
- Selection orders unchanged: the Herzium order keeps your last key, Vanilla and Vanilla reversed work as before.
Requires Fabric Loader 0.19.3+. Minecraft 1.21.x uses Java 21; Minecraft 26.x uses Java 25. Install Fabric API for localized mod text and Mod Menu to reach the settings button. Client-side only.
See the 1.10.5 audit for the per-version check of the order hooks and the crystal-cycle measurements.
Optional dependencies
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:5yMyq4qM:Fi6yaOBK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5yMyq4qM:Fi6yaOBK"
}


