Added support for non-128 worldheights

This commit is contained in:
zml2008
2011-12-12 19:20:31 -08:00
committed by TomyLobo
parent e01aad00d8
commit 98216e2762
24 changed files with 190 additions and 102 deletions

View File

@ -357,7 +357,7 @@ public abstract class LocalWorld {
*
* @return
*/
public int getHeight() {
public int getMaxY() {
return 127;
}