MrCrayfish / Controllable

Adds in the ability to use a controller to play Minecraft Java Edition
https://mrcrayfish.com/mods?id=controllable
GNU General Public License v3.0
266 stars 76 forks source link

EMI incompatibility with 1.19.2 #474

Open Ldawsonm opened 8 months ago

Ldawsonm commented 8 months ago

Hello! I'm trying to integrate native support for controllers in my modpack and controllable does the job very well, except when I use the d-pad in menus. This is likely due to the fact that the mod integrates with JEI and so naturally the D-pad would function to navigate the JEI interface. However, I'm using EMI and it layers its own interface on top of JEI crash-2023-11-11_12.24.26-client.txt Here is the crash report that shows the error in more detail.

This problem is resolved when I unbind D-pad navigation, so if anybody else is having this same problem, that's what I did to solve it