mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-25 04:44:03 +00:00
Merge commit '58e32086c04d6622c01f59d0cd7216bd8a50eddb'
# Conflicts: # resources/vanilla # src/world/World.php
This commit is contained in:
commit
58fb185e05
@ -114,9 +114,11 @@ class World implements ChunkManager{
|
||||
|
||||
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_NIGHT = 14000;
|
||||
public const TIME_NIGHT = 13000;
|
||||
public const TIME_MIDNIGHT = 18000;
|
||||
public const TIME_SUNRISE = 23000;
|
||||
|
||||
public const TIME_FULL = 24000;
|
||||
|
Loading…
x
Reference in New Issue
Block a user