All versions
0.1.0
Release
Hold It Right!3 weeks ago 131
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Unavailable version
Changes
- Press F6 while holding any item - get 7 sliders instantly: move X/Y/Z, tilt/turn/roll and scale. The item moves in real time as you drag.
- The panel fades out while dragging so the item stays visible. Exact values can be typed in.
- Switch hotbar items without closing the menu (keys 1–9 or mouse wheel) - the tuner picks up the held item automatically.
- Per-hand tuning (main/off-hand) and two modes: move the item itself or the whole hand.
- Save writes the result into the tuner's own HMI Live Tuner resource pack - your packs are never modified; tweaks apply on top of them. Saved tweaks keep working even without the tuner installed and are easy to share (it's a regular resource pack).
- Revert discards unsaved changes; Copy code puts a ready-to-paste Lua block on the clipboard.
- Works with any item: vanilla, modded (Create etc.) and items already positioned by HMI packs.
- Requires: Fabric, Fabric API, Hold My Items.
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:kr1qnBHq:ogfG9pRB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kr1qnBHq:ogfG9pRB"
}

