mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Adjust times a little bit to be more realistic?
This commit is contained in:
parent
327c15c5be
commit
d9d781a33a
1 changed files with 4 additions and 4 deletions
|
@ -32,14 +32,14 @@ public final class DescParseTickFormat
|
|||
static
|
||||
{
|
||||
|
||||
nameToTicks.put("sunrise", 22000);
|
||||
nameToTicks.put("rise", 22000);
|
||||
nameToTicks.put("dawn", 22000);
|
||||
nameToTicks.put("sunrise", 23000);
|
||||
nameToTicks.put("rise", 23000);
|
||||
nameToTicks.put("dawn", 23000);
|
||||
|
||||
nameToTicks.put("daystart", 0);
|
||||
nameToTicks.put("day", 0);
|
||||
|
||||
nameToTicks.put("morning", 3000);
|
||||
nameToTicks.put("morning", 1000);
|
||||
|
||||
nameToTicks.put("midday", 6000);
|
||||
nameToTicks.put("noon", 6000);
|
||||
|
|
Loading…
Reference in a new issue