mirror of
https://github.com/PaperMC/Paper.git
synced 2025-09-02 13:23:50 -07:00
Implemented maxheight
This commit is contained in:
@@ -775,4 +775,8 @@ public class CraftWorld implements World {
|
||||
public boolean getAllowMonsters() {
|
||||
return world.allowMonsters;
|
||||
}
|
||||
|
||||
public int getMaxHeight() {
|
||||
return 128;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user