mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 10:43:14 +00:00
New default heights
This commit is contained in:
parent
6c2b65055b
commit
f9e3d96673
@ -33,8 +33,8 @@ public class IrisWorldCreator {
|
|||||||
private boolean studio = false;
|
private boolean studio = false;
|
||||||
private String dimensionName = null;
|
private String dimensionName = null;
|
||||||
private long seed = 1337;
|
private long seed = 1337;
|
||||||
private int maxHeight = 256;
|
private int maxHeight = 320;
|
||||||
private int minHeight = 0;
|
private int minHeight = -64;
|
||||||
|
|
||||||
public IrisWorldCreator() {
|
public IrisWorldCreator() {
|
||||||
|
|
||||||
@ -45,12 +45,6 @@ public class IrisWorldCreator {
|
|||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public IrisWorldCreator height(int maxHeight) {
|
|
||||||
this.maxHeight = maxHeight;
|
|
||||||
this.minHeight = 0;
|
|
||||||
return this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public IrisWorldCreator height(int minHeight, int maxHeight) {
|
public IrisWorldCreator height(int minHeight, int maxHeight) {
|
||||||
this.maxHeight = maxHeight;
|
this.maxHeight = maxHeight;
|
||||||
this.minHeight = minHeight;
|
this.minHeight = minHeight;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user