diff options
| author | sayomaki <sayomayomaki@gmail.com> | 2024-06-09 18:07:10 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-09 12:07:10 +0200 |
| commit | a7ecc57e896693632a65fa341760ebca1ed309c5 (patch) | |
| tree | 929d57ed155489df2229e41daa27b8bc4f4f4cd9 /src/main/java/at/hannibal2/skyhanni/config/features | |
| parent | 0b7d5ba223657f0a5de33862871a2355e7235c18 (diff) | |
| download | skyhanni-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.java | 6 |
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 |
