Mixin overrides all uses of shift key
iron431 opened this issue ยท 0 comments
ScreenMixin completely nullifies all other mods' functionality that may rely on the shift key by entirely cancelling the keystroke. Some alternatives may be:
a) use the loader's input event for compatibility
b) dont cancel the keystroke to begin with (why not do you logic, and let the keystroke pass through?)
c) check if the item in question is even a comparable piece of equipment