Skip to content

Commit

Permalink
Update config comments
Browse files Browse the repository at this point in the history
  • Loading branch information
telvarost committed May 28, 2024
1 parent c61a328 commit a976dc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/com/github/telvarost/annoyancefix/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -173,15 +173,15 @@ public static class RecipesConfig {

public static class ConfigFields {

@ConfigCategory("Config: Effectivity List Additions Axes")
@ConfigCategory("Config: Effectivity List Additions For Axes")
@Comment("Options here require restart to take effect")
public final AxesConfig AXES_CONFIG = new AxesConfig();

@ConfigCategory("Config: Effectivity List Additions Pickaxes")
@ConfigCategory("Config: Effectivity List Additions For Pickaxes")
@Comment("Options here require restart to take effect")
public final PickaxesConfig PICKAXES_CONFIG = new PickaxesConfig();

@ConfigCategory("Config: Effectivity List Additions Shovels")
@ConfigCategory("Config: Effectivity List Additions For Shovels")
@Comment("Options here require restart to take effect")
public final ShovelsConfig SHOVELS_CONFIG = new ShovelsConfig();

Expand Down

0 comments on commit a976dc9

Please sign in to comment.