All versions
1.1.0
Release
Empty Hand Keybind - Hold Onto THIS 1.1.0last month 43
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Added
- Shift + the toggle key locks the currently empty hotbar slot, keeping it empty even when you pick items up off the ground. Only one slot can be locked at a time; locking a new slot auto-unlocks the old one, and manually placing an item into the locked slot breaks the lock. The locked slot is tinted red and an action-bar message confirms locking/unlocking.
Changed
- The toggle now fires on key release instead of key press, and a hold longer than 350ms is treated as a deliberate hold (e.g. for FTB Ultimine) rather than a toggle press, so it no longer fires the toggle by mistake when the key is shared with another hold-to-use bind.
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:YBJbJ0rL:Gagj2Lcj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YBJbJ0rL:Gagj2Lcj"
}

