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 6f055fa2b0 Loot Overhaul
2021-06-19 21:57:04 -07:00

36 lines
787 B
JSON

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