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