9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/loot/structures/igloo.json
2022-09-16 13:35:08 +02:00

59 lines
1.3 KiB
JSON

{
"name": "Igloo",
"rarity": 1,
"loot": [
{
"type": "golden_apple",
"maxAmount": 1,
"rarity": 1,
"slotTypes": "STORAGE"
},
{
"type": "coal",
"maxAmount": 4,
"minAmount": 1,
"rarity": 1,
"slotTypes": "STORAGE"
},
{
"type": "apple",
"maxAmount": 3,
"minAmount": 1,
"rarity": 1,
"slottypes": "STORAGE"
},
{
"type": "wheat",
"maxamount": 3,
"minAmount": 2,
"rarity": 2,
"slottypes": "STORAGE"
},
{
"type": "gold_nugget",
"maxamount": 3,
"minAmount": 1,
"rarity": 2,
"slottypes": "STORAGE"
},
{
"type": "rotten_flesh",
"maxamount": 1,
"rarity": 3,
"slottypes": "STORAGE"
},
{
"type": "stone_axe",
"maxamount": 1,
"rarity": 6,
"slottypes": "STORAGE"
},
{
"type": "emerald",
"maxamount": 1,
"rarity": 14,
"slottypes": "STORAGE"
}
]
}