mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-29 11:49:07 +00:00
56 lines
1.2 KiB
JSON
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"
|
|
}
|
|
]
|
|
}
|