Spice of Life: Potato Edition

Spice of Life: Potato Edition

2M Downloads

Duplicate Keybind

FocusPunch opened this issue ยท 0 comments

commented

Description
The "Open Food Book" keybind is registered twice in the controls list. This isn't a problem by itself but can cause issues with other mods.

Crashlog
This crash occured when using the mod Controllable
crash-2021-08-08_17.08.41-client.txt

I opened an issue there for it as well #223

To Reproduce

  1. Install Spice of Life: Potato Edition
  2. Navigate to controls menu
  3. See double entry for Open Food Book under Spice of Life: Potato Edition

Mod version and Forge version
Minecraft Version: 1.16.5
Forge Version: 36.2.2
Spice of Life: Potato Edition Version: 1.1.0
Controllable Version: 0.13.3

My best guess is that registerKeybinds() is being called twice from "SOLPotato.java" on line 56 and 57.
Once because it appears in SOLClientRegistry.setup() and then again on line 57, but that's just a guess!

Thanks for any help and for the mod!