Nova-Committee / ModernKeyBinding

Other
17 stars 1 forks source link

Incompatibility with AxolotlClient #3

Closed moehreag closed 1 year ago

moehreag commented 1 year ago

Currently this mod is incompatible with https://github.com/AxolotlClient/AxolotlClient-mod (https://modrinth.com/mod/axolotlclient) due to this mod overwriting the setKeyPressed method:https://github.com/Nova-Committee/ModernKeyBinding/blob/f2bd97a34eb9cb7ef969f0215fbf94e054359755/src/main/java/committee/nova/mkb/mixin/MixinKeyBinding.java#L157-L166

This breaks this mixin respectively.

I hope that a solution to this problem can be found!

Additional Note:\ This repository is currently missing a license.

MikhailTapio commented 1 year ago

Okay, I'll make it a HEAD inject soon.