Backpack hotkey not compatable with other mod
n0proxy opened this issue ยท 2 comments
Describe the bug
When 'Just Enough Keys' 0.3.2 is installed (https://www.curseforge.com/minecraft/mc-mods/just-enough-keys), the backpack hotkey does nothing.
To Reproduce
Steps to reproduce the behavior:
- Install both this mod and 'Just Enough Keys'
- Leave the backpack hotkey on default 'b'
- Do not use Just Enough Keys to change any controls/hotkeys.
- When backpack is in inventory (or Curios slot), press 'b'.
- Nothing happens.
Expected behavior
When pressing the backpack hotkey, the backpack inv should open and be shown.
Versions
SB version: 3.8.1.386
JEK version: 0.3.2
Forge version: 37.0.65
as far as I can see from source code this is because JEK hijacks vanilla logic and breaks consumeClick
which sbp uses to check if the keybind was clicked