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 dba987e commit 6650b5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class PowderChestTimerConfig {
public String staticColor = "0:245:85:255:85";

@Expose
@ConfigOption(name = "Draw Timer", desc = "Draw time left until the chest despawn.")
@ConfigOption(name = "Draw Timer", desc = "Draw time left until the chest despawns.")
@ConfigEditorBoolean
public boolean drawTimerOnChest = true;

Expand Down

0 comments on commit 6650b5c

Please sign in to comment.