mirror of
https://github.com/kihashi/stardew_community_checklist.git
synced 2025-10-19 08:03:17 +00:00
25 lines
322 B
JSON
25 lines
322 B
JSON
{
|
|
"seasons": [
|
|
{
|
|
"id": "spring",
|
|
"order": 0,
|
|
"name": "Spring"
|
|
},
|
|
{
|
|
"id": "summer",
|
|
"order": 1,
|
|
"name": "Summer"
|
|
},
|
|
{
|
|
"id": "fall",
|
|
"order": 2,
|
|
"name": "Fall"
|
|
},
|
|
{
|
|
"id": "winter",
|
|
"order": 3,
|
|
"name": "Winter"
|
|
}
|
|
]
|
|
}
|