Enchancement

Enchancement

286k Downloads

Shift and Ctrl don't work

Fcmns opened this issue ยท 2 comments

commented

Confirmations

  • I can verify that I am running the mod on the latest possible Minecraft version.
  • I can verify that the issue I am reporting exists on the latest possible Mod version.

Mod version (NOT Minecraft version)

v1.20-26

A description of the issue

I was testing the modpack I created and find out, that with Enchancement enabled, Shift or Ctrl key didn't work, and, only the vanilla features of these buttons, which are shift and running, but features of other mods that were binded to these buttons works fine. Rebinding buttons also gives zero results. Buttons do work with Enchancement being disabled. I honestly don't know if it's problem of this mod or just some other mod conflicting with it
There's my mod list:
mods 06 12 2024 15_04_14
mods 06 12 2024 15_04_09

Log or crash report

https://gist.github.com/Fcmns/29106970c8972b1cebb1c833a4106cfa

commented

It's an incompatibility with Balm, it returns false on if keybinds match if they match (interestingly) as seen in this mixin and this method, so Enchancement's code never has a chance to run (since it assumes that the matching keys match) because of Balm's unconditional inject at head if they do.

commented

A workaround for me is using KeyBindFix