9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00
Files
Iris-Pack-Overworld/loot/swamp-clutter.json
Brian Fopiano f890a65e83 Loot redux
2021-07-01 17:06:14 -07:00

43 lines
929 B
JSON

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