Hotbar Cycle

Quick rating

Hotbar Cycle

No reviews yet

A lightweight Fabric client-side mod that lets you cycle inventory rows into your hotbar using a key + scroll

Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.0.0
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Hotbar Cycle

A Fabric client-side mod that lets you cycle inventory rows into your hotbar using a modifier key + scroll.

Inspired by Shifty Hotbar by Kir-Antipov (abandoned since 2023, last available for 1.20.4) — this is a focused hotbar swap mod for modern versions, not a fork. There are no current plans to implement additional functionality from Shifty Hotbar.

Behavior

Hold Left Alt (rebindable) and scroll while playing (no screen open):

Input Action
Modifier + scroll up Rows shift upward — row 1 becomes the hotbar
Modifier + scroll down Rows shift downward — row 3 becomes the hotbar

The 4 inventory rows (hotbar + 3 rows, 36 slots total) rotate as a wheel. Items stay in their columns — slot 0 always maps to the leftmost column.

Compatibility

Minecraft >=1.21.1 through 1.21.4. Client-only — works on any server (vanilla or modded) without the server needing this mod.

How it works

The mixin intercepts Mouse.onMouseScroll and sends 27 SWAP packets per scroll tick (9 columns × 3 row swaps), simulating number-key hotbar swaps. The server processes them as normal inventory interactions.

Hold Alt + scroll
  → MouseMixin intercepts onMouseScroll
  → 27 clickSlot(SWAP) calls rotate all rows
  → ci.cancel() prevents vanilla slot selection

Project structure

├── build.gradle                     ← Fabric Loom, dependencies
├── gradle.properties                ← MC version, mappings, mod info
├── settings.gradle                  ← project name
└── src/main/
    ├── java/com/hotbarcycle/
    │   ├── HotbarCycle.java         ← ClientModInitializer, key binding
    │   └── mixin/
    │       ├── KeyBindingAccessor.java ← exposes KeyBinding.boundKey
    │       └── MouseMixin.java         ← intercepts mouse scroll
    └── resources/
        ├── fabric.mod.json          ← mod metadata
        ├── hotbar-cycle.mixins.json ← mixin configuration
        └── assets/hotbar-cycle/
            └── lang/en_us.json      ← controls menu labels

Build

./gradlew build

Output: build/libs/hotbar-cycle-1.0.0.jar

Contributing

Pull requests for newer Minecraft versions are welcome.

  1. Branch off master as mc-<version> (e.g., mc-26.2)
  2. Update minecraft_version and yarn_mappings in gradle.properties
  3. Fix any compile errors, rebuild with ./gradlew build
  4. Open a PR back to the repo

Licensed under MIT — forks and ports are explicitly allowed.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works