mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 17:57:34 +01:00
Implemented maxheight
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
2a8e727a99
commit
ea3444644d
@ -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