summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorCarsCupcake <84076092+CarsCupcake@users.noreply.github.com>2024-02-19 15:50:11 +0100
committerGitHub <noreply@github.com>2024-02-19 15:50:11 +0100
commitb065fc1113977529831be5eab587c1612efdde79 (patch)
tree545e04c7c76f9f3933a5451d3a5b0f16f3863189 /src/main/java/at/hannibal2/skyhanni/config
parent96c657cbb5e1c9282911bb8b7b6f6239392ae07f (diff)
downloadskyhanni-b065fc1113977529831be5eab587c1612efdde79.tar.gz
skyhanni-b065fc1113977529831be5eab587c1612efdde79.tar.bz2
skyhanni-b065fc1113977529831be5eab587c1612efdde79.zip
Low Quiver Notification. #880
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java
index ce60c05ff..2c9813bcc 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java
@@ -205,4 +205,11 @@ public class InventoryConfig {
@ConfigEditorBoolean
@FeatureToggle
public boolean shiftClickBrewing = false;
+
+ @Expose
+ @ConfigOption(name = "Low Quiver Alert", desc = "Notifies you when your Quiver runs out of arrows.")
+ @ConfigEditorBoolean
+ @FeatureToggle
+ public boolean quiverAlert = false;
+
}