From d2c0775b90058004930b1673467cd0f518d13627 Mon Sep 17 00:00:00 2001 From: Chomp Date: Sat, 23 Nov 2024 22:01:24 +0000 Subject: [PATCH] Further reduced WINTER season to 20 days --- project/assets/configs/weather.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/project/assets/configs/weather.json b/project/assets/configs/weather.json index f5b8e721..f4caf1d4 100644 --- a/project/assets/configs/weather.json +++ b/project/assets/configs/weather.json @@ -130,12 +130,12 @@ "name": "AUTUMN_LATE", "startDay": "1", "startMonth": "11", - "endDay": "20", + "endDay": "21", "endMonth": "12" }, { "seasonType": 2, "name": "WINTER_START", - "startDay": "20", + "startDay": "21", "startMonth": "12", "endDay": "31", "endMonth": "12" @@ -144,12 +144,12 @@ "name": "WINTER_END", "startDay": "1", "startMonth": "1", - "endDay": "12", + "endDay": "9", "endMonth": "1" }, { "seasonType": 5, "name": "SPRING_EARLY", - "startDay": "12", + "startDay": "9", "startMonth": "1", "endDay": "25", "endMonth": "3"