mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
33 lines
698 B
JSON
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"
|
|
}
|
|
]
|
|
} |