You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
Describe the bug
using keys that have a - in their name will save to the config, but will be treated as not bound when the config is loaded
To Reproduce
start minecraft and go into a world.
open chat and type ".bind ClickGui grave-accent"
you should now be able to open the GUI with "~"
shut down minecraft.
relaunch minecraft and go back into a world.
you can no longer open the GUI by pressing "~"
Expected behavior
after relaunching minecraft, Kami should still remember what binds i set
Environment
kami build was downloaded from the december 1.16.4 build https://github.com/zeroeightysix/KAMI/releases/tag/1.16.4-dec
Windows 10, 64 bit
Java(TM) SE Runtime Environment (build 1.8.0_261-b12) Additional context
when i look at the config file after trying to set a bind, it is indeed saving
some excerpts from the file after saving when i had just set the binds "Bind": "key.keyboard.f", F on my keyboard toggle brightness module on/off "Bind": "key.keyboard.grave.accent"grave-accent or ~ on my keyboard open the clickgui "Bind": "key.keyboard.right.shift",right-shift on my keyboard, toggle killaura
some excerpts from the config file after saving when loading it "Bind": "key.keyboard.f", F on my keyboard toggle brightness module on/off "Bind": "key.keyboard.unknown" bind for clickgui is forgotten "Bind": "key.keyboard.unknown" bind for killaura is also forgotten
The text was updated successfully, but these errors were encountered:
Describe the bug
using keys that have a
-
in their name will save to the config, but will be treated as not bound when the config is loadedTo Reproduce
start minecraft and go into a world.
open chat and type ".bind ClickGui grave-accent"
you should now be able to open the GUI with
"~"
shut down minecraft.
relaunch minecraft and go back into a world.
you can no longer open the GUI by pressing "
~
"Expected behavior
after relaunching minecraft, Kami should still remember what binds i set
Environment
kami build was downloaded from the december 1.16.4 build https://github.com/zeroeightysix/KAMI/releases/tag/1.16.4-dec
Windows 10, 64 bit
Java(TM) SE Runtime Environment (build 1.8.0_261-b12)
Additional context
when i look at the config file after trying to set a bind, it is indeed saving
some excerpts from the file after saving when i had just set the binds
"Bind": "key.keyboard.f",
F on my keyboard toggle brightness module on/off"Bind": "key.keyboard.grave.accent"
grave-accent
or~
on my keyboard open the clickgui"Bind": "key.keyboard.right.shift",
right-shift
on my keyboard, toggle killaurasome excerpts from the config file after saving when loading it
"Bind": "key.keyboard.f",
F on my keyboard toggle brightness module on/off"Bind": "key.keyboard.unknown"
bind for clickgui is forgotten"Bind": "key.keyboard.unknown"
bind for killaura is also forgottenThe text was updated successfully, but these errors were encountered: