From de387f583c261355e3ccaba1f18ecb2c013f913c Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Thu, 15 Jun 2023 12:30:45 +0200 Subject: Added Mixins Gabagoey and Deepterror to non god pot effect display Added option to hide mixins from non god pot effect display --- src/main/java/at/hannibal2/skyhanni/config/features/Misc.java | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/main/java/at/hannibal2/skyhanni/config') 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 @@ -79,6 +79,12 @@ public class Misc { @ConfigAccordionId(id = 5) 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); -- cgit