From ff39d733e985129a4a517264506a10ca632f1f2b Mon Sep 17 00:00:00 2001 From: Dev Date: Mon, 20 May 2024 12:24:57 +0100 Subject: [PATCH] Adjusted `SUMMER` season start month --- project/assets/configs/weather.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/assets/configs/weather.json b/project/assets/configs/weather.json index c47f649f..181bb86a 100644 --- a/project/assets/configs/weather.json +++ b/project/assets/configs/weather.json @@ -105,7 +105,7 @@ "seasonType": 0, "name": "SUMMER", "startDay": "2", - "startMonth": "5", + "startMonth": "6", "endDay": "1", "endMonth": "8" }, @@ -139,7 +139,7 @@ "startDay": "25", "startMonth": "3", "endDay": "1", - "endMonth": "5" + "endMonth": "6" }, { "seasonType": 4,