Skip to content

Commit

Permalink
lock OC config to [2.0, 3.0]
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Jul 19, 2021
1 parent 1107f1a commit 764e084
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/gregtech/common/ConfigHolder.java
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ public static class UnofficialOptions {
public boolean registerRecipesForMiningHammers = true;

@Config.Comment("Divisor for Recipe Duration per Overclock. This will be removed eventually, once a value is chosen. Default: 2.0")
@Config.RangeDouble(min = 2.0, max = 3.0)
public double overclockDivisor = 2.0;

public static class GT5U {
Expand Down

0 comments on commit 764e084

Please sign in to comment.