aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-07-26 23:59:20 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-07-26 23:59:20 +0200
commit370cf58f29a5d32040f83ca17465fd493cc88f61 (patch)
tree6594beafb7a903785bbcbcd1fd2c12897c5979ef /src/main/java/at/hannibal2/skyhanni/config/features
parenteef49c780202dc5c64c943269f00973e70010dec (diff)
downloadskyhanni-370cf58f29a5d32040f83ca17465fd493cc88f61.tar.gz
skyhanni-370cf58f29a5d32040f83ca17465fd493cc88f61.tar.bz2
skyhanni-370cf58f29a5d32040f83ca17465fd493cc88f61.zip
Added Horsezooka Hider
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java
index 0a7caf5ce..f2b4434ce 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java
@@ -601,11 +601,6 @@ public class RiftConfig {
}
@Expose
- @ConfigOption(name = "Highlight Guide", desc = "Highlight things to do in the Rift Guide.")
- @ConfigEditorBoolean
- public boolean highlightGuide = true;
-
- @Expose
@ConfigOption(name = "Motes Sell Price", desc = "")
@Accordion
public Motes motes = new Motes();
@@ -662,4 +657,14 @@ public class RiftConfig {
public boolean hideParticles = false;
}
+
+ @Expose
+ @ConfigOption(name = "Highlight Guide", desc = "Highlight things to do in the Rift Guide.")
+ @ConfigEditorBoolean
+ public boolean highlightGuide = true;
+
+ @Expose
+ @ConfigOption(name = "Horsezooka Hider", desc = "Hide horses while holding the Horsezooka in the hand.")
+ @ConfigEditorBoolean
+ public boolean horsezookaHider = false;
}