Tags
Creators
Details
1.10.4
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.
- The Herzium order always keeps your last key. A key tapped twice very quickly, or held until it repeats, could still have clicks waiting after you pressed another key. On the next tick those older clicks switched you back. They no longer do. Vanilla and Vanilla reversed are unchanged.
- This was measured in game on 1.21.11 and 26.1.2:
- the HUD follows a key on the next frame;
- the real slot changes on the next tick, as in Vanilla;
- no extra or duplicate slot packet is sent.
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 in-game order audit for the 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:awh8HyTP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5yMyq4qM:awh8HyTP"
}


