1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-04-29 07:04:51 +02:00

Implemented maxheight

This commit is contained in:
Dinnerbone 2011-07-20 00:03:47 +01:00
parent 5d2a195835
commit 7ad853a51b

View file

@ -775,4 +775,8 @@ public class CraftWorld implements World {
public boolean getAllowMonsters() {
return world.allowMonsters;
}
public int getMaxHeight() {
return 128;
}
}