mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Expand height range to include -64 to 320
This commit is contained in:
@ -134,8 +134,8 @@ class World implements ChunkManager{
|
||||
/** @var int */
|
||||
private static $worldIdCounter = 1;
|
||||
|
||||
public const Y_MAX = 256;
|
||||
public const Y_MIN = 0;
|
||||
public const Y_MAX = 320;
|
||||
public const Y_MIN = -64;
|
||||
|
||||
public const TIME_DAY = 1000;
|
||||
public const TIME_NOON = 6000;
|
||||
|
Reference in New Issue
Block a user