mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-12 03:13:37 +01:00
Adjust times a little bit to be more realistic?
This commit is contained in:
parent
327c15c5be
commit
d9d781a33a
@ -32,14 +32,14 @@ public final class DescParseTickFormat
|
|||||||
static
|
static
|
||||||
{
|
{
|
||||||
|
|
||||||
nameToTicks.put("sunrise", 22000);
|
nameToTicks.put("sunrise", 23000);
|
||||||
nameToTicks.put("rise", 22000);
|
nameToTicks.put("rise", 23000);
|
||||||
nameToTicks.put("dawn", 22000);
|
nameToTicks.put("dawn", 23000);
|
||||||
|
|
||||||
nameToTicks.put("daystart", 0);
|
nameToTicks.put("daystart", 0);
|
||||||
nameToTicks.put("day", 0);
|
nameToTicks.put("day", 0);
|
||||||
|
|
||||||
nameToTicks.put("morning", 3000);
|
nameToTicks.put("morning", 1000);
|
||||||
|
|
||||||
nameToTicks.put("midday", 6000);
|
nameToTicks.put("midday", 6000);
|
||||||
nameToTicks.put("noon", 6000);
|
nameToTicks.put("noon", 6000);
|
||||||
|
Loading…
Reference in New Issue
Block a user