From e92472edd1d414e34f20e2afd6f0b80ecbf0a643 Mon Sep 17 00:00:00 2001 From: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Date: Thu, 27 Apr 2023 23:06:23 +1000 Subject: Right click tool bind (#65) --- .../hannibal2/skyhanni/features/garden/farming/GardenCustomKeybinds.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/java/at/hannibal2/skyhanni/features') 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 } -- cgit