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

56 lines
1.2 KiB
JSON

{
"name": "Mushroom Clutter",
"rarity": 1,
"maxPicked": 3,
"minPicked": 1,
"loot": [
{
"type": "red_mushroom",
"maxAmount": 5,
"slotTypes": "STORAGE"
},
{
"type": "brown_mushroom",
"maxAmount": 5,
"slotTypes": "STORAGE"
},
{
"type": "glow_item_frame",
"maxAmount": 3,
"slotTypes": "STORAGE"
},
{
"type": "warped_fungus",
"maxAmount": 3,
"slotTypes": "STORAGE"
},
{
"type": "crimson_fungus",
"maxAmount": 3,
"slotTypes": "STORAGE"
},
{
"type": "mycelium",
"maxAmount": 1,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "netherite_scrap",
"maxAmount": 1,
"rarity": 4,
"slotTypes": "STORAGE"
},
{
"type": "bowl",
"maxAmount": 2,
"slotTypes": "STORAGE"
},
{
"type": "coal",
"maxAmount": 2,
"slotTypes": "STORAGE"
}
]
}