mirror of
https://github.com/BentoBoxWorld/Boxed.git
synced 2024-11-30 12:54:33 +01:00
Remove reference to 5 being the lowest. It isn't.
This commit is contained in:
parent
0ffccb40d1
commit
8daafc0caf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user