Unconditionally cancelled inject causing compatibility issues on Fabric
enjarai opened this issue ยท 2 comments
The Fabric version of this mod contains an inject mixin in KeyMapping
that is unconditionally cancelled. This is effectively the same as using an overwrite mixin, and is very bad practice:
Doing your mixin this way creates incompatibilities with one of my mods (specifically here (uses Yarn)) and is likely to create issues with other mods that modify keybind behaviour.
If possible, it'd be great if you could switch to a more limited injection scope, potentially making use of the excellent @WrapWithCondition
provided by MixinExtras.
https://modrinth.com/mod/equipment-compare-keybind-fix (Under review 2023-11-13)