9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/loot/cave-clutter.json
2021-07-05 08:02:01 -07:00

34 lines
699 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"
}
]
}