13
0
geforkt von Mirrors/Paper

Implemented maxheight

Dieser Commit ist enthalten in:
Dinnerbone 2011-07-20 00:03:47 +01:00
Ursprung 5d2a195835
Commit 7ad853a51b

Datei anzeigen

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