summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorsayomaki <sayomayomaki@gmail.com>2024-06-09 18:07:10 +0800
committerGitHub <noreply@github.com>2024-06-09 12:07:10 +0200
commita7ecc57e896693632a65fa341760ebca1ed309c5 (patch)
tree929d57ed155489df2229e41daa27b8bc4f4f4cd9 /src/main/java/at/hannibal2/skyhanni/config/features
parent0b7d5ba223657f0a5de33862871a2355e7235c18 (diff)
downloadskyhanni-a7ecc57e896693632a65fa341760ebca1ed309c5.tar.gz
skyhanni-a7ecc57e896693632a65fa341760ebca1ed309c5.tar.bz2
skyhanni-a7ecc57e896693632a65fa341760ebca1ed309c5.zip
Feature: Add chocolate production time for stray rabbits (#1978)
Co-authored-by: Cal <cwolfson58@gmail.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/inventory/chocolatefactory/ChocolateFactoryConfig.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/inventory/chocolatefactory/ChocolateFactoryConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/inventory/chocolatefactory/ChocolateFactoryConfig.java
index cbd43b214..ae36b2a51 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/inventory/chocolatefactory/ChocolateFactoryConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/inventory/chocolatefactory/ChocolateFactoryConfig.java
@@ -99,6 +99,12 @@ public class ChocolateFactoryConfig {
public boolean showDuplicateTime = false;
@Expose
+ @ConfigOption(name = "Stray Rabbit Time", desc = "Show the production time of chocolate gained from stray rabbits.")
+ @ConfigEditorBoolean
+ @FeatureToggle
+ public boolean showStrayTime = false;
+
+ @Expose
@ConfigOption(name = "Time Tower Usage Warning", desc = "Notification when you have a new time tower usage available and " +
"continuously warn when your time tower is full.")
@ConfigEditorBoolean