Shifty Hotbar

Quick rating

Shifty Hotbar

No reviews yet

A utility mod that implements the hotbar shifting ability, inspired by Stardew Valley.

No Theme
No Genre
QoL & Tweaks
Client Utility
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

Where It Runs
Client Only

Runs entirely on the client. Works on vanilla servers.

About

Project Details

Type
Mod
License
MIT License
Latest Version
shifty-hotbar-mc1.20-1.1.jar

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

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

Logo

Shifty Hotbar

GitHub Build Status Version Modrinth CurseForge License

A fully client-side utility mod that implements the hotbar shifting ability, inspired by Stardew Valley.

I know that there are mods like this in the wild, but none of them did suit me whatsoever. Therefore, I made the ultimate version that consists of every feature a mod like this can possibly provide:

  • You can shift inventory rows in both directions (Up Arrow and Down Arrow by default)
  • You can shift inventory columns in both directions (Right Arrow and Left Arrow by default)
  • You can shift slots in your hotbar in both directions
  • You can shift slots in the selected column in both directions
  • You can shift rows, columns and slots via mouse scroll while pressing a modifier key (Left Alt by default)
  • You can quickly shift to a row, a column, or a slot via hotbar hotkeys (1...9) while pressing a modifier key (Left Alt by default)

Preview


Key Binds

Key binds can be configured just like vanilla ones:

  • Go to Options...
  • Select Controls...
  • Then choose Key Binds...
  • Scroll down to the Shifty Hotbar section

Available key binds:

  • Row modifier - when pressed, it allows you to shift rows instead of choosing a slot via mouse scroll/hotkeys (1...9) (Left Alt by default)
  • Previous row - shifts all rows in your inventory so that the topmost row in your inventory becomes the hotbar (Down Arrow by default)
  • Next row - shifts all rows in your inventory so that the row above your hotbar becomes the hotbar (Up Arrow by default)
  • Row-in-column modifier - when pressed, it allows you to shift slots in the selected column instead of choosing one via mouse scroll
  • Previous row-in-column - shifts all slots in the selected column so that the topmost slot in your inventory becomes the hotbar slot
  • Next row-in-column - shifts all slots in the selected column so that the slot above your hotbar slot becomes the hotbar slot
  • Column modifier - when pressed, it allows you to shift columns instead of choosing a slot via mouse scroll/hotkeys (1...9)
  • Previous column - shifts all columns in your inventory so that the slot before your selected slot becomes the selected slot (Left Arrow by default)
  • Next column - shifts all columns in your inventory so that the slot after your selected slot becomes the selected slot (Right Arrow by default)
  • Column-in-row modifier - when pressed, it allows you to shift slots in the hotbar instead of choosing one via mouse scroll
  • Previous column-in-row - shifts all slots in your hotbar so that the slot before your selected slot becomes the selected slot
  • Next column-in-row - shifts all slots in your hotbar so that the slot after your selected slot becomes the selected slot

Config

If you have Cloth Config installed, you can customize the behavior of the mod. A config is usually located at ./config/shifty_hotbar.json.

  • invertRowScroll - inverts mouse scroll when row or row-in-column modifier is pressed (false by default)
  • invertColumnScroll - inverts mouse scroll when column or column-in-row modifier is pressed (false by default)

You can edit any of these values directly in the config file or via ModMenu.


Installation

Requirements:

  • Minecraft >=1.14.x
  • Fabric Loader >=0.7.0
  • Fabric API >=0.25.0

You can download the mod from:

Logo

Shifty Hotbar

GitHub Build Status Version Modrinth CurseForge License

A fully client-side utility mod that implements the hotbar shifting ability, inspired by Stardew Valley.

I know that there are mods like this in the wild, but none of them did suit me whatsoever. Therefore, I made the ultimate version that consists of every feature a mod like this can possibly provide:

  • You can shift inventory rows in both directions (Up Arrow and Down Arrow by default)
  • You can shift inventory columns in both directions (Right Arrow and Left Arrow by default)
  • You can shift slots in your hotbar in both directions
  • You can shift slots in the selected column in both directions
  • You can shift rows, columns and slots via mouse scroll while pressing a modifier key (Left Alt by default)
  • You can quickly shift to a row, a column, or a slot via hotbar hotkeys (1...9) while pressing a modifier key (Left Alt by default)

Preview


Key Binds

Key binds can be configured just like vanilla ones:

  • Go to Options...
  • Select Controls...
  • Then choose Key Binds...
  • Scroll down to the Shifty Hotbar section
Name Description Default
Row modifier When pressed, it allows you to shift rows instead of choosing a slot via mouse scroll/hotkeys (1...9) Left Alt
Previous row Shifts all rows in your inventory so that the topmost row in your inventory becomes the hotbar Down Arrow
Next row Shifts all rows in your inventory so that the row above your hotbar becomes the hotbar Up Arrow
Row-in-column modifier When pressed, it allows you to shift slots in the selected column instead of choosing one via mouse scroll
Previous row-in-column Shifts all slots in the selected column so that the topmost slot in your inventory becomes the hotbar slot
Next row-in-column Shifts all slots in the selected column so that the slot above your hotbar slot becomes the hotbar slot
Column modifier When pressed, it allows you to shift columns instead of choosing a slot via mouse scroll/hotkeys (1...9)
Previous column Shifts all columns in your inventory so that the slot before your selected slot becomes the selected slot Left Arrow
Next column Shifts all columns in your inventory so that the slot after your selected slot becomes the selected slot Right Arrow
Column-in-row modifier When pressed, it allows you to shift slots in the hotbar instead of choosing one via mouse scroll
Previous column-in-row Shifts all slots in your hotbar so that the slot before your selected slot becomes the selected slot
Next column-in-row Shifts all slots in your hotbar so that the slot after your selected slot becomes the selected slot

Config

If you have Cloth Config installed, you can customize the behavior of the mod. A config is usually located at ./config/shifty_hotbar.json and by default looks like this:

{
  "invertRowScroll": false,
  "invertColumnScroll": false
}
Name Description Default value
invertRowScroll Inverts mouse scroll when row or row-in-column modifier is pressed false
invertColumnScroll Inverts mouse scroll when column or column-in-row modifier is pressed false

You can edit any of these values directly in the config file or via ModMenu.


Installation

Requirements:

  • Minecraft >=1.14.x
  • Fabric Loader >=0.7.0
  • Fabric API >=0.25.0

You can download the mod from:

Building from sources

Requirements:

  • JDK 17

Linux/MacOS

git clone https://github.com/Kir-Antipov/shifty-hotbar.git
cd shifty-hotbar

chmod +x ./gradlew
./gradlew build
cd build/libs

Windows

git clone https://github.com/Kir-Antipov/shifty-hotbar.git
cd shifty-hotbar

gradlew build
cd build/libs

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

~280,000
Total Downloads
CurseForge
~41,000
Modrinth
~230,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
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