aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-04-27 13:40:17 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-04-27 13:40:17 +0200
commited2ee24e8e3a0762fb2fc71a56b61cf4adb7a7e5 (patch)
treef13a78683f1b8d50d71e9cf68745392b8b989818 /src/main/java/at/hannibal2/skyhanni/config
parentfba63f009416c897aaddce36a27954cc0e54a878 (diff)
downloadskyhanni-ed2ee24e8e3a0762fb2fc71a56b61cf4adb7a7e5.tar.gz
skyhanni-ed2ee24e8e3a0762fb2fc71a56b61cf4adb7a7e5.tar.bz2
skyhanni-ed2ee24e8e3a0762fb2fc71a56b61cf4adb7a7e5.zip
Show the average crop milestone in the crop milestone inventory.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Garden.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
index 2a6f688bf..5608102eb 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
@@ -184,6 +184,12 @@ public class Garden {
public boolean numberCropMilestone = true;
@Expose
+ @ConfigOption(name = "Average Milestone", desc = "Show the average crop milestone in the crop milestone inventory.")
+ @ConfigEditorBoolean
+ @ConfigAccordionId(id = 5)
+ public boolean numberAverageCropMilestone = true;
+
+ @Expose
@ConfigOption(name = "Crop Upgrades", desc = "Show the number of upgrades in the crop upgrades inventory.")
@ConfigEditorBoolean
@ConfigAccordionId(id = 5)