mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
27 lines
535 B
JSON
27 lines
535 B
JSON
{
|
|
"name": "Temperate Clutter",
|
|
"rarity": 1,
|
|
"maxPicked": 2,
|
|
"minPicked": 1,
|
|
"loot": [
|
|
{
|
|
"type": "oak_planks",
|
|
"maxAmount": 3,
|
|
"rarity": 2,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "stick",
|
|
"maxAmount": 4,
|
|
"rarity": 2,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "oak_wood",
|
|
"maxAmount": 3,
|
|
"rarity": 2,
|
|
"slotTypes": "STORAGE"
|
|
}
|
|
|
|
]
|
|
} |