diff options
author | SeRaid <77941535+SeRaid743@users.noreply.github.com> | 2024-04-30 02:28:35 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-29 16:28:35 +0200 |
commit | 23ddb498b2531545ed29223c080a97b7f6dee4c0 (patch) | |
tree | abb2056428dd3286f80db0a3c6996d1179c9dd37 /src/main/java/at/hannibal2/skyhanni/config/features | |
parent | a5a77b601c7d82661206b0b3437fe2d09e660587 (diff) | |
download | skyhanni-23ddb498b2531545ed29223c080a97b7f6dee4c0.tar.gz skyhanni-23ddb498b2531545ed29223c080a97b7f6dee4c0.tar.bz2 skyhanni-23ddb498b2531545ed29223c080a97b7f6dee4c0.zip |
Chocfactory assorted (#1517)
Co-authored-by: Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com>
Co-authored-by: Cal <cwolfson58@gmail.com>
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/event/ChocolateFactoryConfig.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/event/ChocolateFactoryConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/event/ChocolateFactoryConfig.java index d67838532..6316ca34d 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/event/ChocolateFactoryConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/event/ChocolateFactoryConfig.java @@ -133,4 +133,10 @@ public class ChocolateFactoryConfig { @Expose @ConfigLink(owner = ChocolateFactoryConfig.class, field = "tooltipMove") public Position tooltipMovePosition = new Position(-380, 150, false, true); + + @Expose + @ConfigOption(name = "Highlight Hoppity Shop", desc = "Highlight items that haven't been bought from the Hoppity shop yet.") + @ConfigEditorBoolean + @FeatureToggle + public boolean highlightHoppityShop = true; } |