Skip to content

Commit

Permalink
Fixed config wordings
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyyTV committed Oct 11, 2020
1 parent 87993a1 commit 9775243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/jackyy/avaritiatweaks/config/ModConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public static class Asgardandelion {
public boolean enabled = true;
@Config.Comment("Set the max mana that can be stored by Asgardandelion")
public int maxMana = 1000000;
@Config.Comment("Set the amount of mana generated during each passive generation cycle for Asgardandelion")
@Config.Comment("Set the amount of mana generated during each generation cycle for Asgardandelion")
public int generationCycleMana = 1000000;
@Config.Comment("Set the delay in ticks between each generation cycle for Asgardandelion")
public int generationCycleDelay = 1;
Expand All @@ -70,7 +70,7 @@ public static class Soarleander {
public boolean enabled = true;
@Config.Comment("Set the max mana that can be stored by Soarleander")
public int maxMana = 1000000;
@Config.Comment("Set the amount of mana generated during each passive generation cycle for Soarleander")
@Config.Comment("Set the amount of mana generated during each generation cycle for Soarleander")
public int generationCycleMana = 100;
@Config.Comment("Set the delay in ticks between each generation cycle for Soarleander")
public int generationCycleDelay = 20;
Expand Down

0 comments on commit 9775243

Please sign in to comment.