Compatibility
Minecraft: Java Edition
1.20–1.20.2
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published last year
Updated last year
Fixes invalid keycodes logging obnoxious and constant messages:
########## GL ERROR ##########
@ Pre render
65539: Invalid key -1
I played on my modpack, where I have many unbound keys, for 3 hours and 4000 of these errors were logged.
The Solution
This mod simply patches the InputConstants#isKeyDown
method to return false
when the keycode is -1
or 0
. There
was never a real error going on here - not the kind you should have to worry about and definitely not the kind that
should pollute logs constantly.