diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-06 02:47:35 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-06 02:47:35 +0100 |
commit | d55832a51961aed2c185b16bec8a2fce9f811d01 (patch) | |
tree | e1548a4eb0d2d153e13f9566c9e7f3abd8d35d0e /src/main/java/at/hannibal2/skyhanni/config | |
parent | 1e24f52201a7ced89c1298c466824dcc0eb13096 (diff) | |
download | skyhanni-d55832a51961aed2c185b16bec8a2fce9f811d01.tar.gz skyhanni-d55832a51961aed2c185b16bec8a2fce9f811d01.tar.bz2 skyhanni-d55832a51961aed2c185b16bec8a2fce9f811d01.zip |
Added Daedalus Axe support for garden keybinds.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Garden.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java index 406213ec9..14858122c 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java @@ -218,7 +218,7 @@ public class Garden { public boolean keybind = false; @Expose - @ConfigOption(name = "Enabled", desc = "Use custom keybinds while having a farming tool in the hand in the garden. §cOnly updates after scrolling in the hotbar.") + @ConfigOption(name = "Enabled", desc = "Use custom keybinds while having a farming tool or Daedalus Axe in the hand in the garden. §cOnly updates after scrolling in the hotbar.") @ConfigEditorBoolean @ConfigAccordionId(id = 8) public boolean keyBindEnabled = false; |