From 8daafc0caf5eb6c5091cc494b7a23c86b47272ca Mon Sep 17 00:00:00 2001 From: tastybento Date: Thu, 28 Mar 2024 21:56:17 -0700 Subject: [PATCH] Remove reference to 5 being the lowest. It isn't. --- src/main/java/world/bentobox/boxed/Settings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/world/bentobox/boxed/Settings.java b/src/main/java/world/bentobox/boxed/Settings.java index 81142d8..d665c00 100644 --- a/src/main/java/world/bentobox/boxed/Settings.java +++ b/src/main/java/world/bentobox/boxed/Settings.java @@ -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;