Some refactoring

This commit is contained in:
Zoe Gidiere
2024-10-11 19:45:12 -06:00
parent 305255511d
commit 6851999926
9 changed files with 194 additions and 180 deletions

View File

@@ -31,7 +31,7 @@ public final class TerraCLI implements Callable<Integer> {
private long seed = 0;
@Option(names = { "--max-height"}, description = "Maximum height of the world.")
private int maxHeight = 384;
private int maxHeight = 320;
@Option(names = { "--min-height"}, description = "Minimum height of the world.")
private int minHeight = -64;