9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 19:59:10 +00:00
Files
Iris-Pack-EarthWorld/loot/temperate-clutter.json
2020-10-19 05:19:40 -04:00

24 lines
495 B
JSON

{
"name": "Temperate Clutter",
"rarity": 4,
"loot": [
{
"type": "oak_planks",
"maxAmount": 3,
"rarity": 6,
"slotTypes": "STORAGE"
},
{
"type": "stick",
"maxAmount": 4,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "oak_wood",
"maxAmount": 3,
"rarity": 12,
"slotTypes": "STORAGE"
}
]
}