Skip to content

Commit

Permalink
Update src/main/java/at/hannibal2/skyhanni/config/features/mining/Pow…
Browse files Browse the repository at this point in the history
…derChestTimerConfig.java

Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
  • Loading branch information
superhize and CalMWolfs authored Oct 13, 2024
1 parent 6650b5c commit e5a6bd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit e5a6bd7

Please sign in to comment.