9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/loot/frozen-clutter.json
2021-06-27 12:11:51 -07:00

29 lines
606 B
JSON

{
"name": "Frozen Clutter",
"maxPicked": 2,
"minPicked": 1,
"rarity": 1,
"loot": [
{
"type": "blackstone",
"maxAmount": 12,
"slotTypes": "STORAGE"
},
{
"type": "stone_bricks",
"maxAmount": 12,
"slotTypes": "STORAGE"
},
{
"type": "zombie_head",
"rarity": 3,
"maxAmount": 1,
"slotTypes": "STORAGE"
},
{
"type": "wheat",
"maxAmount": 6,
"slotTypes": "STORAGE"
}
]
}