From a7ecc57e896693632a65fa341760ebca1ed309c5 Mon Sep 17 00:00:00 2001 From: sayomaki Date: Sun, 9 Jun 2024 18:07:10 +0800 Subject: Feature: Add chocolate production time for stray rabbits (#1978) Co-authored-by: Cal --- .../features/inventory/chocolatefactory/ChocolateFactoryConfig.java | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/main/java/at/hannibal2/skyhanni/config') 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 @@ -98,6 +98,12 @@ public class ChocolateFactoryConfig { @FeatureToggle 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.") -- cgit