mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-01 06:46:59 +01:00
Implemented maxheight
This commit is contained in:
parent
5d2a195835
commit
7ad853a51b
1 changed files with 4 additions and 0 deletions
|
@ -775,4 +775,8 @@ public class CraftWorld implements World {
|
|||
public boolean getAllowMonsters() {
|
||||
return world.allowMonsters;
|
||||
}
|
||||
|
||||
public int getMaxHeight() {
|
||||
return 128;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue