9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/loot/temperate-clutter.json
2021-06-24 03:21:28 -07:00

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"
}
]
}