Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Details
📖 About:
Slot Cycler is great when nine hotbar slots just aren't enough for you: Now you can quickly cycle a hotbar slot with the items in the same inventory column. You can either use two keys (G
and H
by default) to cycle forward or backward, or use the mouse wheel while holding the Alt
key (configurable). To see what item will come up next just look to the right of your hotbar, where a new display is added.
📷 Media:
See items in the same column as the selected hotbar slot | Quickly switch between items in the same inventory column | |
Go from an empty hotbar slot to other items | Easily switch between melee and ranged combat weapons | |
💡 FAQ:
Q: I have the Raised mod installed, will Slot Cycler's slot display be moved, too?
A: Not automatically, but you can simply set a custom offset from the screen bottom in Slot Cycler's config.
Q: How do I configure this mod?
A: Mods can have three different kinds of configs depending on the kind of settings they provide: Client, Common, and Server.
Client and Common configs are found in /.minecraft/config/
, named as <modId>-client.toml
and <modId>-common.toml
, respectively.
Server configs though are applied per world, therefore you'll find those in /.minecraft/saves/<world>/serverconfig/<modId>-server.toml
for local singeplayer worlds, and in /<world>/serverconfig/<modId>-server.toml
for you Minecraft server. Changes made to a server config only apply to that one world. Setting default values in server configs for all newly created worlds is possible by copying the modified server config to /.minecraft/defaultconfigs/
.
In a local singleplayer world you can quickly find config files by running the /config showfile <modid>
command and by choosing CLIENT
, COMMON
or SERVER
. Then click the file name (ending with .toml) that appears in chat to open the file in a text editor. After saving the file, the config will automatically reload in-game after a couple of seconds, so no game restart required.
On some mod loaders editing configs is also supported in-game via the Mods menu option. On some Minecraft versions you can also install my Config Menus for Forge mod for editing configs directly in-game.
🏆 Credits:
Developing Slot Cycler was helped and inspired by:
- Areuthreateningme and their Inventory Hotswap mod, which thaught me how to swap items client-side