9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/loot/cave-clutter.json
Brian Fopiano 6eb46c59ad buauty
2021-07-07 02:45:02 -07:00

50 lines
1.1 KiB
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"
},
{
"type": "black_candle",
"maxAmount": 5,
"slotTypes": "STORAGE"
},
{
"type": "amethyst_cluster",
"maxAmount": 2,
"slotTypes": "STORAGE"
},
{
"type": "skeleton_skull",
"maxAmount": 1,
"rarity": 2,
"slotTypes": "STORAGE"
}
]
}