Game crashes when I try clicking an item in inventory.
jgeekw opened this issue ยท 4 comments
Minecraft Version
1.19.x
Mod Loader
Forge
Mod Loader Version
41.0.61
Mod Version
4.3.0
Describe the Issue
When I press E to open inventory and I try moving an item from inventory to hotbar, or just click any item, the game crashes and takes me back to the main title screen
crash-2022-07-29_12.59.35-client.txt
.
Logs
No response
I think it has something to do with this not working as intended
Balm.getEvents().onEvent(ClientStartedEvent.class, event -> keyTransferStack = event.getMinecraft().options.keyUp);
@ line 51 of net.blay09.mods.craftingtweaks.client.ModKeyMappings.java
Player on my server had the same crash in 1.18.2 (forge 40.1.68, balm 3.1.0+0, CT 14.0.3)