diff options
author | saga <45262877+saga-00@users.noreply.github.com> | 2024-06-05 16:03:22 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-05 21:03:22 +0200 |
commit | 93229bf2caa30de689664b665b58ee59949137fc (patch) | |
tree | 1985b131881940055f5d977d6aa8310d06ea476a /src/main/java/at/hannibal2/skyhanni/config/features | |
parent | 7d4567cb774a791114eefce7d4bca1ca493a023d (diff) | |
download | skyhanni-93229bf2caa30de689664b665b58ee59949137fc.tar.gz skyhanni-93229bf2caa30de689664b665b58ee59949137fc.tar.bz2 skyhanni-93229bf2caa30de689664b665b58ee59949137fc.zip |
Feature: Favorite Power Stones (#2002)
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
Co-authored-by: Cal <cwolfson58@gmail.com>
Co-authored-by: hannibal2 <24389977+hannibal00212@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/inventory/InventoryConfig.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java index 872fb8ad6..05f701059 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java @@ -213,6 +213,12 @@ public class InventoryConfig { public boolean powerStoneGuide = true; @Expose + @ConfigOption(name = "Favorite Power Stone", desc = "Shows your favorite power stones. You can add/remove them by shift clicking a Power Stone.") + @ConfigEditorBoolean + @FeatureToggle + public boolean favoritePowerStone = false; + + @Expose @ConfigOption(name = "Shift Click Equipment", desc = "Makes normal clicks to shift clicks in equipment inventory.") @ConfigEditorBoolean @FeatureToggle |