Sophisticated Backpacks

Sophisticated Backpacks

89M Downloads

Backpack hotkey not compatable with other mod

n0proxy opened this issue ยท 2 comments

commented

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:

  1. Install both this mod and 'Just Enough Keys'
  2. Leave the backpack hotkey on default 'b'
  3. Do not use Just Enough Keys to change any controls/hotkeys.
  4. When backpack is in inventory (or Curios slot), press 'b'.
  5. 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

commented

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

commented

And actually based on this it needs to be fixed on JEK side so I am going to close here.