[Bug]: Incompatible with keybind collision fixing mods
JakeIsMyName opened this issue ยท 3 comments
Bug Description
Unable to launch rockets while using mods like Amecs or Keybind Fix. Tested on Fabric and Quilt.
How to Reproduce?
- Install either Amecs or Keybind Fix alongside Ad Astra
- Attempt to launch a rocket
Expected Behavior
No response
Version
1.11.8
Mod Loader Version
Fabric 0.14.10, Quilt 0.17.6
Mod Loader
Fabric, Quilt
Logs or additional context
No response
Seems to be caused by this mixin https://github.com/fzzyhmstrs/kf/blob/master/src/main/java/me/fzzyhmstrs/keybind_fix/mixins/KeybindingMixin.java
I'll try fixing this by making Ad Astra's keybind click event get called before this is cancelled.