diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-04 00:23:11 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-04 00:23:11 +0100 |
commit | e2c7360e9a87e07a0b8dbf0d2180e4961908582b (patch) | |
tree | 9706fba37df0a61aba83ca0970a07d09b08ffef0 /src/main/resources | |
parent | 914f78e3cb19c73b357f58cf54c9534094cbef1a (diff) | |
download | skyhanni-e2c7360e9a87e07a0b8dbf0d2180e4961908582b.tar.gz skyhanni-e2c7360e9a87e07a0b8dbf0d2180e4961908582b.tar.bz2 skyhanni-e2c7360e9a87e07a0b8dbf0d2180e4961908582b.zip |
garden keybinds.
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/mixins.skyhanni.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/mixins.skyhanni.json b/src/main/resources/mixins.skyhanni.json index efb308c4a..683d8405c 100644 --- a/src/main/resources/mixins.skyhanni.json +++ b/src/main/resources/mixins.skyhanni.json @@ -17,6 +17,7 @@ "renderer.MixinRendererLivingEntity" ], "client": [ + "AccessorKeyBinding", "MixinGuiIngame", "gui.MixinGuiNewChat" ] |