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
Brian Fopiano 6eb46c59ad buauty
2021-07-07 02:45:02 -07:00

45 lines
960 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"
},
{
"type": "cobblestone",
"maxAmount": 7,
"slotTypes": "STORAGE"
},
{
"type": "diorite",
"maxAmount": 7,
"slotTypes": "STORAGE"
},
{
"type": "blue_candle",
"maxAmount": 3,
"slotTypes": "STORAGE"
}
]
}