From e5a6bd7d0653efef2b455cf42b6178c3c8bae63e Mon Sep 17 00:00:00 2001 From: HiZe Date: Sun, 13 Oct 2024 16:32:02 +0200 Subject: [PATCH] Update src/main/java/at/hannibal2/skyhanni/config/features/mining/PowderChestTimerConfig.java Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> --- .../skyhanni/config/features/mining/PowderChestTimerConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/mining/PowderChestTimerConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/mining/PowderChestTimerConfig.java index e0382a63caf0..c9196d56d8b2 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/mining/PowderChestTimerConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/mining/PowderChestTimerConfig.java @@ -61,7 +61,7 @@ public String toString() { } @Expose - @ConfigOption(name = "Line Count", desc = "Between how many chest do you want to draw a line to ?") + @ConfigOption(name = "Line Count", desc = "Specify the number of chests to draw a line between.") @ConfigEditorSlider(minValue = 1, maxValue = 30, minStep = 1) public int drawLineToChestAmount = 2;