diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-06-15 12:30:45 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-06-15 12:30:45 +0200 |
commit | de387f583c261355e3ccaba1f18ecb2c013f913c (patch) | |
tree | 85d7542b60814de56e6459598d8dff9f0edc2dc4 /src/main/java/at/hannibal2/skyhanni/config | |
parent | e28087cf0b1c08c86e02d8f4267ec75c3a5a0a3d (diff) | |
download | skyhanni-de387f583c261355e3ccaba1f18ecb2c013f913c.tar.gz skyhanni-de387f583c261355e3ccaba1f18ecb2c013f913c.tar.bz2 skyhanni-de387f583c261355e3ccaba1f18ecb2c013f913c.zip |
Added Mixins Gabagoey and Deepterror to non god pot effect display
Added option to hide mixins from non god pot effect display
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Misc.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java index 64f14947a..154c93b3a 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java @@ -80,6 +80,12 @@ public class Misc { public boolean nonGodPotEffectDisplay = false; @Expose + @ConfigOption(name = "Show Mixins", desc = "Include god pot mixins in the non god pot effects display.") + @ConfigEditorBoolean + @ConfigAccordionId(id = 5) + public boolean nonGodPotEffectShowMixins = true; + + @Expose public Position nonGodPotEffectPos = new Position(10, 10, false, true); @Expose |