Describe the bug
A clear and concise description of what the bug is.
Mod wont work and wont keybind to anything in 1.20.1
ChatGBT says "It looks like you've encountered a Minecraft crash related to the application of mixins, specifically related to a mixin from the "grapplemod" mod. The error indicates that there's an issue with a field called f90810 in the target class net.minecraft.client.KeyMapping.
The root cause seems to be an InvalidMixinException, stating that the @Shadow field f90810 was not located in the target class net.minecraft.client.KeyMapping while using the reference map grapplemod-refmap.json.
To resolve this issue, you may want to check the configuration and code of the "grapplemod" mod, especially the mixin configuration (in the "grapplemod.mixins.json" file) and ensure that the target field f90810 is correctly defined in the class net.minecraft.client.KeyMapping."
Describe the bug A clear and concise description of what the bug is. Mod wont work and wont keybind to anything in 1.20.1 ChatGBT says "It looks like you've encountered a Minecraft crash related to the application of mixins, specifically related to a mixin from the "grapplemod" mod. The error indicates that there's an issue with a field called f90810 in the target class net.minecraft.client.KeyMapping.
The root cause seems to be an InvalidMixinException, stating that the @Shadow field f90810 was not located in the target class net.minecraft.client.KeyMapping while using the reference map grapplemod-refmap.json.
To resolve this issue, you may want to check the configuration and code of the "grapplemod" mod, especially the mixin configuration (in the "grapplemod.mixins.json" file) and ensure that the target field f90810 is correctly defined in the class net.minecraft.client.KeyMapping."