summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorEmpa <42304516+ItsEmpa@users.noreply.github.com>2024-07-21 12:05:30 +0200
committerGitHub <noreply@github.com>2024-07-21 12:05:30 +0200
commit3b80141b255ab6099e8dfdd12912e76798b9df19 (patch)
tree4cd07ea7b749122f4792a23aeed5d3a9c872fd44 /src/main/java/at/hannibal2/skyhanni/config
parent1da1de3da35f7f98f582967368be51b50278aa5b (diff)
downloadskyhanni-3b80141b255ab6099e8dfdd12912e76798b9df19.tar.gz
skyhanni-3b80141b255ab6099e8dfdd12912e76798b9df19.tar.bz2
skyhanni-3b80141b255ab6099e8dfdd12912e76798b9df19.zip
Improvement: Royal Pigeon Left Click (#2181)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/mining/TunnelMapsConfig.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/mining/TunnelMapsConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/mining/TunnelMapsConfig.java
index b6340f164..5ff38b346 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/mining/TunnelMapsConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/mining/TunnelMapsConfig.java
@@ -45,6 +45,11 @@ public class TunnelMapsConfig {
public int nextSpotHotkey = Keyboard.KEY_NONE;
@Expose
+ @ConfigOption(name = "Left Click Pigeon", desc = "Left click the Royal Pigeon to go to the next spot.")
+ @ConfigEditorBoolean
+ public boolean leftClickPigeon = true;
+
+ @Expose
@ConfigOption(name = "Dynamic Path Colour", desc = "Instead of the selected color use the color of the target as line colour.")
@ConfigEditorBoolean
public boolean dynamicPathColour = true;