Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
A (neo)forge mod that adds additional offhand slots using the Curios API, allowing players to cycle through items with customizable keybinds. Also available on CurseForge.
Features
- Adds additional offhand slots to the player (default: 3, configurable with curios)
- Cycle through items with keybinds
- Visual indicator showing previous and next items in the cycle
- Config options to customize the mod for your needs (see option below)
Usage
Default Controls
- Mouse Button 5: Cycle forward through offhand items
- Mouse Button 4: Cycle backward through offhand items
- Shift: The scroll wheel modifier
You can rebind these keys in the Minecraft controls menu.
This makes it easy to see what item you'll get when cycling forward or backward.
Configuration
More Offhand Slots configs
The mod can be configured by editing the moreoffhandslots-client.toml
file in the config
folder (or by using Configured or any similar mod in-game). The following options are available:
indicatorStyle
These options are available:
DEFAULT
: Default indicator styleDETAILED
: Detailed indicator style, with item countsVANILLA
: Restores the vanilla indicator style, while keeping the mod's functionalityHOTBAR
: Add a hotbar for the offhand slots, similar to the main hand hotbar
cycleEmptySlots
If true
, empty slots will be included when cycling through offhand items.
renderEmptyOffhand
If true
, the visual indicator will be always rendered, even when no item is equipped in the offhand.
scrollMode
Three options are available:
VANILLA
: Default Minecraft behavior (scroll cycles hotbar slots)OFFHAND_ONLY
: Scroll wheel always cycles through offhand slotsMAINHAND_WITH_MODIFIER
: Normally cycles offhand, but cycles hotbar when modifier key is held.OFFHAND_WITH_MODIFIER
: Normally cycles hotbar, but cycles offhand when modifier key is held.
invertScrollDirection
If true
, the scroll wheel will cycle through offhand items in the opposite direction.
xOffset
X offset for the offhand indicator
yOffset
Y offset for the offhand indicator
alignToCenter
If true
, the offhand hotbar and the main hotbar will be aligned to the center of the screen. This option is useful when you have too many offhand slots, and it wouldn't fit in the screen.
Curios configs
If you want to change the number of offhand slots, you can do so by editing the curios-common.toml
file. For example:
slots = ["id=offhand;size=8"]
Known Issues & Bugs
- When using Better Combat and adding a two handed weapon to the offhand, cycling through it may cause the weapon to disappear completely.
Resource Packs
The visual indicator uses the default Minecraft textures for the offhand slots. I intentionally avoided using custom textures to keep the mod compatible with resource packs.
Credits
Thanks to Lizard_OfOz for Inventorio which was the main inspiration for this mod.
Also thanks to Fuzs for the Slot Cycler mod that served as more inspiration for this project.
Special thanks to TheIllusiveC4 for creating Curios.