mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-03 22:21:37 +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() {
|
public boolean getAllowMonsters() {
|
||||||
return world.allowMonsters;
|
return world.allowMonsters;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public int getMaxHeight() {
|
||||||
|
return 128;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user