Implemented maxheight
This commit is contained in:
parent
5d2a195835
commit
7ad853a51b
@ -775,4 +775,8 @@ public class CraftWorld implements World {
|
|||||||
public boolean getAllowMonsters() {
|
public boolean getAllowMonsters() {
|
||||||
return world.allowMonsters;
|
return world.allowMonsters;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public int getMaxHeight() {
|
||||||
|
return 128;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user