Replace set with setMinDefaultMax

This commit is contained in:
Jan Trummer
2025-01-11 16:05:58 +01:00
parent 72139f1f59
commit 9dcc7e1ad2
@@ -428,7 +428,7 @@ public class Config
.build();
public static ConfigEntry<Integer> beaconRenderHeight = new ConfigEntry.Builder<Integer>()
.set(6000)
.setMinDefaultMax(1, 6000, Integer.MAX_VALUE)
.comment(""
+ "Sets the maximum height at which beacons will render."
+ "This will only affect new beacons coming into LOD render distance."