Skip to content

Commit

Permalink
Removed Y level limitations on cluster size configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vazkii committed Oct 3, 2023
1 parent ae1ee4f commit cbc36d7
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,9 @@ public class ClusterSizeConfig extends AbstractConfigType {
public int rarity;

@Config
@Config.Min(-64)
@Config.Max(320)
public int minYLevel = 0;

@Config
@Config.Min(-64)
@Config.Max(320)
public int maxYLevel = 64;

@Config
Expand Down

0 comments on commit cbc36d7

Please sign in to comment.