it's a bit too early for this
This commit is contained in:
Dylan K. Taylor 2021-03-19 21:12:46 +00:00
parent 69cb0ba1bb
commit 5dd0b3ac35
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -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;