maruohon / malilib

Library mod for masa's client-side Minecraft mods
GNU Lesser General Public License v3.0
294 stars 124 forks source link

Unability to register a keyboard #122

Closed berriest closed 1 year ago

berriest commented 1 year ago

I ran into a problem after switching to Tweakaroo and MiniHud for 1.19.4 fabric. None of my previously set keybinds were working and i thought, that the problem might be in Super key as in previously appeared issue request. Using ModMenu i accessed the debug feature, and it showed, that keyboard keys were not being registered, meanwhile mouse buttons were. I switched back to 1.19.2 and everything seems to work fine. I tried deleting my config folder, but it had no effect, same with changing fabric-loader and fabric-api versions. I cannot see any way another mod could cause such behavior.
The bug is not affecting any other game or mod features, just those malilib-dependent keybinds, i also have no idea how to replicate it :(

I'm happy to provide any requested info as installed mods. logs, etc. malilib v1.15.2 fabric-loader 0.14.19 fabric-api 0.77.0

maruohon commented 1 year ago

Apparently a mod called Essential(s?) breaks all malilib-based keybinds in 1.19.4. Do you have that mod installed?

berriest commented 1 year ago

Yes, in fact, i do. Thank you for a quick response!