All versions
2.2.0+26.2
Beta
Hysk-LongHotbar 2.2.0+26.2last week 8
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- Added new config option Enable middle-click pick block (row swap) (default: false) to control middle-click block picking behavior.
- When false (vanilla behavior): middle-click only searches the 9 hotbar slots.
- When true: if the target block is not in the hotbar, the mod searches the configured inventory rows (DUAL mode: the row defined by swapRow; TRIPLE/QUAD: backpack rows 9, 18, 27), swaps the entire matching row into the hotbar, and automatically moves the selection highlight to the column of the swapped item, ensuring the held item matches the highlighted slot.
- New key "Scroll Multiplier Modifier" default binding (curly brackets).
- Added new Scroll Multiplier (default: 3 blocks)
- Fixed the highlight not following the main hotbar row when using scroll multiplier in DUAL mode; now correctly synchronized.
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:JtgORGSF:iqb1rWOq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JtgORGSF:iqb1rWOq"
}



