Merge commit '58e32086c04d6622c01f59d0cd7216bd8a50eddb'

# Conflicts:
#	resources/vanilla
#	src/world/World.php
This commit is contained in:
Dylan K. Taylor 2020-05-18 10:47:37 +01:00
commit 58fb185e05

View File

@ -114,9 +114,11 @@ class World implements ChunkManager{
public const HALF_Y_MAX = self::Y_MAX / 2; public const HALF_Y_MAX = self::Y_MAX / 2;
public const TIME_DAY = 0; public const TIME_DAY = 1000;
public const TIME_NOON = 6000;
public const TIME_SUNSET = 12000; public const TIME_SUNSET = 12000;
public const TIME_NIGHT = 14000; public const TIME_NIGHT = 13000;
public const TIME_MIDNIGHT = 18000;
public const TIME_SUNRISE = 23000; public const TIME_SUNRISE = 23000;
public const TIME_FULL = 24000; public const TIME_FULL = 24000;