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: Empa <42304516+ItsEmpa@users.noreply.github.com>
  • Loading branch information
superhize and ItsEmpa authored Oct 17, 2024
1 parent 4a7bbc5 commit 83dc057
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class PowderChestTimerConfig {
public boolean enabled = true;

@Expose
@ConfigOption(name = "Highlight Chests", desc = "Highlight chest with a color depending on how much time left until it despawn.")
@ConfigOption(name = "Highlight Chests", desc = "Highlight chests with a color depending on how much time left until they despawn.")
@ConfigEditorBoolean
public boolean highlightChests = true;

Expand Down

0 comments on commit 83dc057

Please sign in to comment.