mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
29 lines
569 B
JSON
29 lines
569 B
JSON
{
|
|
"name": "Temperate Food",
|
|
"rarity": 1,
|
|
"maxPicked": 2,
|
|
"minPicked": 1,
|
|
"loot": [
|
|
{
|
|
"type": "bread",
|
|
"maxAmount": 2,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "wheat",
|
|
"maxAmount": 4,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "carrot",
|
|
"maxAmount": 2,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "wheat_seeds",
|
|
"maxAmount": 2,
|
|
"slotTypes": "STORAGE"
|
|
}
|
|
]
|
|
}
|