From f94985f3f27079e988d7f06730b31773bacfc1d6 Mon Sep 17 00:00:00 2001 From: Dev Date: Fri, 2 Aug 2024 09:55:02 +0100 Subject: [PATCH] Updated `seasonDates` to fix gaps in coverage - extended summer 2 months --- project/assets/configs/weather.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/project/assets/configs/weather.json b/project/assets/configs/weather.json index 997a34b9..3c0dccff 100644 --- a/project/assets/configs/weather.json +++ b/project/assets/configs/weather.json @@ -45,20 +45,20 @@ "startDay": "2", "startMonth": "6", "endDay": "1", - "endMonth": "8" + "endMonth": "10" }, { "seasonType": 1, "name": "AUTUMN", - "startDay": "2", - "startMonth": "8", + "startDay": "1", + "startMonth": "10", "endDay": "1", "endMonth": "11" }, { "seasonType": 2, "name": "WINTER_END", - "startDay": "2", + "startDay": "1", "startMonth": "11", "endDay": "31", "endMonth": "12" @@ -76,7 +76,7 @@ "name": "SPRING", "startDay": "25", "startMonth": "3", - "endDay": "1", + "endDay": "2", "endMonth": "6" }, {