9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/loot/swamp-clutter.json
Brian Fopiano 6f055fa2b0 Loot Overhaul
2021-06-19 21:57:04 -07:00

49 lines
1.1 KiB
JSON

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