mirror of
https://github.com/kihashi/stardew_community_checklist.git
synced 2025-10-19 08:03:17 +00:00
Fixed bundles for items with multiple bundles.
This commit is contained in:
parent
0a0f7319c4
commit
bc772e38c1
@ -174,7 +174,7 @@
|
||||
"source": "Can be found in the mines or in the farm cave if you selected the mushroom perk.",
|
||||
"seasons": ["spring", "summer", "fall", "winter"],
|
||||
"skills": ["foraging", "mining"],
|
||||
"bundles": [5]
|
||||
"bundles": [5 22]
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
@ -182,7 +182,7 @@
|
||||
"source": "Can be found in the mines or in the farm cave if you selected the mushroom perk.",
|
||||
"seasons": ["spring", "summer", "fall", "winter"],
|
||||
"skills": ["foraging", "mining"],
|
||||
"bundles": [5]
|
||||
"bundles": [5, 23]
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
@ -190,7 +190,7 @@
|
||||
"source": "Harvested from maple trees using a Tapper.",
|
||||
"seasons": ["spring", "summer", "fall", "winter"],
|
||||
"skills": ["foraging"],
|
||||
"bundles": [5]
|
||||
"bundles": [5, 21]
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user