9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 19:59:10 +00:00
Files
Iris-Pack-EarthWorld/loot/swamp-clutter.json
Brian Fopiano 6eb46c59ad buauty
2021-07-07 02:45:02 -07:00

39 lines
815 B
JSON

{
"name": "Swamp Clutter",
"rarity": 1,
"maxPicked": 2,
"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": "coal",
"maxAmount": 16,
"slotTypes": "STORAGE"
}
]
}