9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/loot/swamp-clutter.json
2021-06-24 03:21:28 -07:00

50 lines
1.1 KiB
JSON

{
"name": "Swamp Clutter",
"rarity": 1,
"maxPicked": 2,
"minPicked": 1,
"loot": [
{
"type": "string",
"maxAmount": 5,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "red_mushroom",
"maxAmount": 2,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "brown_mushroom",
"maxAmount": 2,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "cobweb",
"maxAmount": 2,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "dark_prismarine",
"maxAmount": 2,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "diamond",
"maxAmount": 2,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "coal",
"maxAmount": 16,
"rarity": 2,
"slotTypes": "STORAGE"
}
]
}