promotional bannermobile promotional banner

Multi-Hotbar

Multi-Hotbar is a Minecraft Forge mod that extends Minecraft's hotbar past nine slots.

File Details

multihotbar-1.12.2-3.1-build-T79.jar

  • B
  • Sep 22, 2017
  • 43.12 KB
  • 257
  • 1.12.2

File Name

multihotbar-1.12.2-3.1-build-T79.jar

Supported Versions

  • 1.12.2

Fix items with inventories closing on open

- Reorder was causing issues when the current item became different than the item that opened the inventory. The living update checks if they are the same and closes the GUI if they are not.
- ASM! :( If anyone thinks of a workaround that does not involve bytecode manipulation, please create a PR or issue. Currently the getCurrentItem() method in the InventoryPlayer class is modified to return the active (according to the multi-hotbar) item stack.