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

33 lines
698 B
JSON

{
"name": "Cave Clutter",
"rarity": 1,
"maxPicked": 2,
"minPicked": 1,
"loot": [
{
"type": "torch",
"maxAmount": 7,
"slotTypes": "STORAGE"
},
{
"type": "cobblestone",
"maxAmount": 8,
"slotTypes": "STORAGE"
},
{
"type": "lantern",
"maxAmount": 1,
"slotTypes": "STORAGE"
},
{
"type": "cobbled_deepslate",
"maxAmount": 16,
"slotTypes": "STORAGE"
},
{
"type": "deepslate",
"maxAmount": 10,
"slotTypes": "STORAGE"
}
]
}