Skip to content

Commit

Permalink
added minimal range
Browse files Browse the repository at this point in the history
  • Loading branch information
ProGoofster committed May 26, 2024
1 parent 3f03bd7 commit 6ea4999
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public class FunctionalStorageConfig {
public static int NETHERITE_MULTIPLIER = 32;

@ConfigVal(comment = "How much should the fluid storage be divided by for any given Storage Upgrade")
@ConfigVal.InRangeInt(min = 1)
public static int FLUID_DIVISOR = 2;

public static int getLevelMult(int level){
Expand Down

0 comments on commit 6ea4999

Please sign in to comment.