mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
36 lines
787 B
JSON
36 lines
787 B
JSON
{
|
|
"name": "Frozen Clutter",
|
|
"rarity": 6,
|
|
"loot": [
|
|
{
|
|
"type": "blackstone",
|
|
"maxAmount": 12,
|
|
"rarity": 7,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "stone_bricks",
|
|
"maxAmount": 12,
|
|
"rarity": 3,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "zombie_head",
|
|
"maxAmount": 1,
|
|
"rarity": 20,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "wheat",
|
|
"maxAmount": 6,
|
|
"rarity": 5,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "zombie_head",
|
|
"maxAmount": 1,
|
|
"rarity": 20,
|
|
"slotTypes": "STORAGE"
|
|
}
|
|
]
|
|
} |