diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-02-03 00:53:18 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-02-03 00:53:18 +0100 |
commit | aeca29914fd8995c575d847c97376a49b0481e10 (patch) | |
tree | 4f9c26e44bcac9c77c9c0ff57e1eca654f44d997 /src/main/java/at/hannibal2/skyhanni/config/features | |
parent | 859f837fa0573c335c5249da5c08eac13968a6df (diff) | |
download | skyhanni-aeca29914fd8995c575d847c97376a49b0481e10.tar.gz skyhanni-aeca29914fd8995c575d847c97376a49b0481e10.tar.bz2 skyhanni-aeca29914fd8995c575d847c97376a49b0481e10.zip |
Highlight stuff that is missing in the skyblock level guide inventory.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java b/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java index 61b11da6c..6c4496af3 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java @@ -128,4 +128,10 @@ public class Inventory { desc = "Highlights used Bonzo's Masks with a background") @ConfigEditorBoolean public boolean highlightDepletedBonzosMasks = false; + + @Expose + @ConfigOption(name = "Highlight Missing SkyBlock Level Guide", + desc = "Highlight stuff that is missing in the skyblock level guide inventory.") + @ConfigEditorBoolean + public boolean highlightMissingSkyBlockLevelGuide = true; } |