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