Skip to content

Commit

Permalink
Changed description of powder mining chat hider to clarify its not hi…
Browse files Browse the repository at this point in the history
…ding power numbers over 1k, Prehistoric Egg and Robotron Parts
  • Loading branch information
hannibal002 committed Mar 18, 2023
1 parent 774e7b5 commit aa062eb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit aa062eb

Please sign in to comment.