mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-17 21:12:13 +01:00
Implemented maxheight
This commit is contained in:
parent
5d2a195835
commit
7ad853a51b
@ -775,4 +775,8 @@ public class CraftWorld implements World {
|
||||
public boolean getAllowMonsters() {
|
||||
return world.allowMonsters;
|
||||
}
|
||||
|
||||
public int getMaxHeight() {
|
||||
return 128;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user