mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 19:55:52 -07:00
Implemented world.getSeaLevel, made getHeight load from world instead of hardcoded
This commit is contained in:
@@ -796,7 +796,11 @@ public class CraftWorld implements World {
|
||||
}
|
||||
|
||||
public int getMaxHeight() {
|
||||
return 128;
|
||||
return world.height;
|
||||
}
|
||||
|
||||
public int getSeaLevel() {
|
||||
return world.seaLevel;
|
||||
}
|
||||
|
||||
public boolean getKeepSpawnInMemory() {
|
||||
|
Reference in New Issue
Block a user