summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorCalMWolfs <94038482+CalMWolfs@users.noreply.github.com>2023-12-29 18:41:55 +1100
committerGitHub <noreply@github.com>2023-12-29 08:41:55 +0100
commitbd6d46dac8f6ef489f1a11bffa67356a6727d7c2 (patch)
treeba19229041d08982382069705a559cacdd0a8c2c /src/main/java/at/hannibal2/skyhanni/config/features
parent453f1149eae2fa417529b8792061d58b7e98bf81 (diff)
downloadskyhanni-bd6d46dac8f6ef489f1a11bffa67356a6727d7c2.tar.gz
skyhanni-bd6d46dac8f6ef489f1a11bffa67356a6727d7c2.tar.bz2
skyhanni-bd6d46dac8f6ef489f1a11bffa67356a6727d7c2.zip
sack item amount (#854)
Show sack item amount to the visitor shopping list. #854
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/garden/visitor/NeedsConfig.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/garden/visitor/NeedsConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/garden/visitor/NeedsConfig.java
index b60b6207f..002b44a16 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/garden/visitor/NeedsConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/garden/visitor/NeedsConfig.java
@@ -33,6 +33,12 @@ public class NeedsConfig {
public boolean showPrice = true;
@Expose
+ @ConfigOption(name = "Show Sack Count", desc = "Show the amount of this item that you already have in your sacks. " +
+ "§eOnly updates on sack change messages.")
+ @ConfigEditorBoolean
+ public boolean showSackCount = true;
+
+ @Expose
@ConfigOption(name = "Item Preview", desc = "Show the base type for the required items next to new visitors. §cNote that some visitors may require any crop.")
@ConfigEditorBoolean
@FeatureToggle