▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Shifty Hotbar
Shifty Hotbar

Shifty Hotbar

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

224.3K
70

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
NameDescriptionDefault
Row modifierWhen pressed, it allows you to shift rows instead of choosing a slot via mouse scroll/hotkeys (1...9)Left Alt
Previous rowShifts all rows in your inventory so that the topmost row in your inventory becomes the hotbarDown Arrow
Next rowShifts all rows in your inventory so that the row above your hotbar becomes the hotbarUp Arrow
Row-in-column modifierWhen pressed, it allows you to shift slots in the selected column instead of choosing one via mouse scroll
Previous row-in-columnShifts all slots in the selected column so that the topmost slot in your inventory becomes the hotbar slot
Next row-in-columnShifts all slots in the selected column so that the slot above your hotbar slot becomes the hotbar slot
Column modifierWhen pressed, it allows you to shift columns instead of choosing a slot via mouse scroll/hotkeys (1...9)
Previous columnShifts all columns in your inventory so that the slot before your selected slot becomes the selected slotLeft Arrow
Next columnShifts all columns in your inventory so that the slot after your selected slot becomes the selected slotRight Arrow
Column-in-row modifierWhen pressed, it allows you to shift slots in the hotbar instead of choosing one via mouse scroll
Previous column-in-rowShifts all slots in your hotbar so that the slot before your selected slot becomes the selected slot
Next column-in-rowShifts 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
}
NameDescriptionDefault value
invertRowScrollInverts mouse scroll when row or row-in-column modifier is pressedfalse
invertColumnScrollInverts mouse scroll when column or column-in-row modifier is pressedfalse

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

Совместимость

Minecraft: Java Edition

1.20.x1.19.x1.18.x1.17.x1.16.x1.15.x1.14.x

Платформы

Поддерживаемые окружения

Клиент

Создатели

Детали

Лицензия:MIT
Опубликован:3 года назад
Обновлён:2 года назад
Главная