@@ -1856,6 +1856,11 @@ public class CraftWorld implements World {
|
|||||||
return world.getChunkProvider().allowMonsters;
|
return world.getChunkProvider().allowMonsters;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public int getMinHeight() {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getMaxHeight() {
|
public int getMaxHeight() {
|
||||||
return world.getBuildHeight();
|
return world.getBuildHeight();
|
||||||
|
|||||||
Reference in New Issue
Block a user