diff options
author | Linnea Gräf <nea@nea.moe> | 2024-06-08 20:37:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-08 20:37:18 +0200 |
commit | 853464d885b9dad1948fe2098ef0f93106f43028 (patch) | |
tree | eb2064e2ff6fe4367d8e6fbd801da23b56314eaf /src/main/java/at/hannibal2/skyhanni/config/features | |
parent | 5bb98aed61e4dadba12d203aad770d0408171ef3 (diff) | |
download | skyhanni-853464d885b9dad1948fe2098ef0f93106f43028.tar.gz skyhanni-853464d885b9dad1948fe2098ef0f93106f43028.tar.bz2 skyhanni-853464d885b9dad1948fe2098ef0f93106f43028.zip |
Feature: Add location rabbit requirement tracker (#1997)
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 | 9 |
1 files changed, 9 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 50230a6ae..cbd43b214 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 @@ -175,6 +175,15 @@ public class ChocolateFactoryConfig { public boolean highlightRabbitsWithRequirement = false; @Expose + @ConfigOption( + name = "Show Missing Location Rabbits", + desc = "Shows which in which locations you have not yet found enough egg locations to unlock the rabbit for that location." + ) + @ConfigEditorBoolean + @FeatureToggle + public boolean showLocationRequirementsRabbitsInHoppityStats = false; + + @Expose @ConfigOption(name = "Only Requirement Not Met", desc = "Only highlight the rabbits you don't have the requirement for.") @ConfigEditorBoolean @FeatureToggle |