
Controls reset when switching version.
Xrey274 opened this issue · 3 comments
Switching to a Vanilla version of the game and reverting back to Fabric (with OkZoomer) resets custom keybinds.
Yeah, thats how controls work sadly :(. Minecraft uses options.txt, which isn't any config format, so unknown options are deleted when reading and rewriting the. Fabric just adds keybinds to the list of stuff to get added to options.txt, and minecraft does it. I really hope mojang switch to options.yml, options.json, options.toml, options.json5, options.hjson, opions.xml, options.cfg, or options.ini (i'd like JSON, but thats just my preference).