Implement hotbar cycling [Stardew valley style]
EthanZeigler opened this issue ยท 3 comments
Ask
Implement stardew valley's hotbar swapping functionality to a hotkey. Pressing this hotkey moves each item in the player's inventory down one "row", wrapping the hotbar back up to the top row of the inventory.
This drastically increases the player's ability to access items from their inventory quickly without needing to shuffle around items and is great if you need something from the backpack "real quick"
Technicalities
For locked slots, i'd recommend skipping that cell in the inventory. If the hotbar slot 1 is locked, for instance, shift the rest of the player inventory for that column rolling over the locked slots.
https://www.curseforge.com/minecraft/mc-mods/hotbarcycle/
something like this?