diff options
author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2023-04-27 23:06:23 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-27 15:06:23 +0200 |
commit | e92472edd1d414e34f20e2afd6f0b80ecbf0a643 (patch) | |
tree | b0ec0f11262bf52421e3ef201d3f69b383af66a4 /src/main/java/at/hannibal2/skyhanni/features | |
parent | 63a44abbdc1f245d81d873744c3de1a02e4e5037 (diff) | |
download | skyhanni-e92472edd1d414e34f20e2afd6f0b80ecbf0a643.tar.gz skyhanni-e92472edd1d414e34f20e2afd6f0b80ecbf0a643.tar.bz2 skyhanni-e92472edd1d414e34f20e2afd6f0b80ecbf0a643.zip |
Right click tool bind (#65)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/garden/farming/GardenCustomKeybinds.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/garden/farming/GardenCustomKeybinds.kt b/src/main/java/at/hannibal2/skyhanni/features/garden/farming/GardenCustomKeybinds.kt index 25491f068..7f70e6883 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/garden/farming/GardenCustomKeybinds.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/garden/farming/GardenCustomKeybinds.kt @@ -20,6 +20,7 @@ object GardenCustomKeybinds { init { map[mcSettings.keyBindAttack] = { shConfig.keyBindAttack } + map[mcSettings.keyBindUseItem] = { shConfig.keyBindUseItem } map[mcSettings.keyBindLeft] = { shConfig.keyBindLeft } map[mcSettings.keyBindRight] = { shConfig.keyBindRight } map[mcSettings.keyBindForward] = { shConfig.keyBindForward } |