mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
29 lines
575 B
JSON
29 lines
575 B
JSON
{
|
|
"name": "Hot Food",
|
|
"rarity": 1,
|
|
"maxPicked": 2,
|
|
"minPicked": 0,
|
|
"loot": [
|
|
{
|
|
"type": "rotten_flesh",
|
|
"maxAmount": 3,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "dried_kelp",
|
|
"maxAmount": 6,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "baked_potato",
|
|
"maxAmount": 6,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "wheat",
|
|
"maxAmount": 6,
|
|
"slotTypes": "STORAGE"
|
|
}
|
|
]
|
|
}
|