1.0.1
Compatibility
Changes
MoreHotbars
MoreHotbars is a Minecraft mod that extends the standard hotbar functionality by adding 3 additional rows of slots that can be accessed and controlled. This allows players to access 4 rows of items (36 slots) directly from their hotbar, instead of just the standard 9 slots. (Disableable)
Features
- Extended Hotbar: Access 4 rows of items (36 slots) directly from your hotbar
- Intuitive Controls: Use arrow keys to navigate between slots
- Visual Selection: Hold the key (default:tab) to show mouse, click on the slot you want to select.
- Scroll Wheel Support: Scroll through slots using the mouse wheel
- Hotkey Support: Use number keys 1-9 to select items as normal
- Seamless Integration: Works with the existing hotbar UI without interfering with other mods
Installation
- Install Fabric Loader for your Minecraft version
- Install Fabric API (required)
- Download the MoreHotbars mod file from Modrinth
- Place the
.jarfile in yourmodsfolder in your Minecraft directory - Launch Minecraft
Usage
The mod works by extending your standard hotbar to include 3 additional rows from your inventory. Here's how to use the controls:
Default Key Bindings (Default)
- Caps Lock: Toggle the mod on/off
- Arrow Keys (Up/Down/Left/Right): Navigate through the extended hotbar
- Tab: Hold to display mouse cursor over the currently selected slot
- Mouse Wheel: Scroll up/down to navigate vertically through the hotbar rows
- Number Keys (1-9): Select items as you normally would(in the row you selected)
Configuration
Key bindings can be changed in the Minecraft controls menu under the "MoreHotbars" category.
(This is my first mod. Thank you for viewing the introduction)
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:FfXmj01D:OvKG6PyC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FfXmj01D:OvKG6PyC"
}

