Extend AUTUMN_LATE further out into december

Swapped winter_end _start around to make more sense
This commit is contained in:
Dev 2024-11-17 18:49:09 +00:00
parent d6a5c25b20
commit bbe0de531d

View File

@ -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",