mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 08:17:34 +00:00
OOOPS
it's a bit too early for this
This commit is contained in:
parent
69cb0ba1bb
commit
5dd0b3ac35
@ -124,8 +124,8 @@ class World implements ChunkManager{
|
||||
private static $worldIdCounter = 1;
|
||||
|
||||
public const Y_MASK = 0xFF;
|
||||
public const Y_MAX = 320;
|
||||
public const Y_MIN = -64;
|
||||
public const Y_MAX = 256;
|
||||
public const Y_MIN = 0;
|
||||
|
||||
public const TIME_DAY = 1000;
|
||||
public const TIME_NOON = 6000;
|
||||
|
Loading…
x
Reference in New Issue
Block a user