Remove reference to 5 being the lowest. It isn't.

This commit is contained in:
tastybento 2024-03-28 21:56:17 -07:00
parent 0ffccb40d1
commit 8daafc0caf
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ public class Settings implements WorldSettings {
@ConfigEntry(path = "world.max-areas")
private int maxIslands = -1;
@ConfigComment("Area height - Lowest is 5.")
@ConfigComment("Area height")
@ConfigComment("It is the y coordinate of the bedrock block in the blueprint.")
@ConfigEntry(path = "world.area-height")
private int islandHeight = 8;