From 3b80141b255ab6099e8dfdd12912e76798b9df19 Mon Sep 17 00:00:00 2001 From: Empa <42304516+ItsEmpa@users.noreply.github.com> Date: Sun, 21 Jul 2024 12:05:30 +0200 Subject: Improvement: Royal Pigeon Left Click (#2181) --- .../hannibal2/skyhanni/config/features/mining/TunnelMapsConfig.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/main/java/at/hannibal2/skyhanni/config') 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 @@ -44,6 +44,11 @@ public class TunnelMapsConfig { @ConfigEditorKeybind(defaultKey = Keyboard.KEY_NONE) 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 -- cgit