aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-18 12:46:12 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-18 12:46:12 +0100
commitaa062eb7420c315a09e03454dbcd736a9b89d510 (patch)
treede831d83cab451e051d4737c986450029d20a7b3
parent774e7b574c6fdfdc65fd9d270d0f90767feacac4 (diff)
downloadSkyHanni-aa062eb7420c315a09e03454dbcd736a9b89d510.tar.gz
SkyHanni-aa062eb7420c315a09e03454dbcd736a9b89d510.tar.bz2
SkyHanni-aa062eb7420c315a09e03454dbcd736a9b89d510.zip
Changed description of powder mining chat hider to clarify its not hiding power numbers over 1k, Prehistoric Egg and Robotron Parts
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Chat.java3
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;