From bbe0de531d47810218ed43a83b47a0fb1b8568c9 Mon Sep 17 00:00:00 2001 From: Dev Date: Sun, 17 Nov 2024 18:49:09 +0000 Subject: [PATCH] Extend AUTUMN_LATE further out into december Swapped winter_end _start around to make more sense --- project/assets/configs/weather.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/project/assets/configs/weather.json b/project/assets/configs/weather.json index 677685c7..ee0f51ae 100644 --- a/project/assets/configs/weather.json +++ b/project/assets/configs/weather.json @@ -130,18 +130,18 @@ "name": "AUTUMN_LATE", "startDay": "1", "startMonth": "11", - "endDay": "25", - "endMonth": "11" - }, { - "seasonType": 2, - "name": "WINTER_END", - "startDay": "25", - "startMonth": "11", - "endDay": "31", + "endDay": "11", "endMonth": "12" }, { "seasonType": 2, "name": "WINTER_START", + "startDay": "11", + "startMonth": "12", + "endDay": "31", + "endMonth": "12" + }, { + "seasonType": 2, + "name": "WINTER_END", "startDay": "1", "startMonth": "1", "endDay": "15",