mirror of
https://github.com/PaperMC/Paper.git
synced 2025-09-03 05:43:52 -07:00
Implemented maxheight
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user