diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-18 12:46:12 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-18 12:46:12 +0100 |
commit | 64afd3cf41a7bda4bad2f36c4b863a1dddd0b082 (patch) | |
tree | de831d83cab451e051d4737c986450029d20a7b3 /src/main/java/at/hannibal2/skyhanni/config | |
parent | b413dd5203424db4c501c9c8611aacf432b0fa0d (diff) | |
download | skyhanni-64afd3cf41a7bda4bad2f36c4b863a1dddd0b082.tar.gz skyhanni-64afd3cf41a7bda4bad2f36c4b863a1dddd0b082.tar.bz2 skyhanni-64afd3cf41a7bda4bad2f36c4b863a1dddd0b082.zip |
Changed description of powder mining chat hider to clarify its not hiding power numbers over 1k, Prehistoric Egg and Robotron Parts
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Chat.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Chat.java b/src/main/java/at/hannibal2/skyhanni/config/features/Chat.java index a195bfc1c..b9f83a887 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Chat.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Chat.java @@ -59,7 +59,8 @@ public class Chat { public boolean winterGift = true; @Expose - @ConfigOption(name = "Powder Mining", desc = "Hide messages while opening chests in crystal hollows.") + @ConfigOption(name = "Powder Mining", desc = "Hide messages while opening chests in crystal hollows. " + + "(Except power numbers over 1k, Prehistoric Egg and Robotron Parts)") @ConfigEditorBoolean @ConfigAccordionId(id = 0) public boolean powderMining = true; |