mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"name": "Global Treasure",
|
|
"rarity": 1,
|
|
"maxPicked": 2,
|
|
"minPicked": 0,
|
|
"loot": [
|
|
{
|
|
"type": "diamond",
|
|
"maxamount": 3,
|
|
"rarity": 2,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "ender_pearl",
|
|
"maxamount": 2,
|
|
"rarity": 2,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "name_tag",
|
|
"maxamount": 1,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "obsidian",
|
|
"maxamount": 4,
|
|
"rarity": 2,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "iron_ingot",
|
|
"maxamount": 4,
|
|
"rarity": 2,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "iron_nugget",
|
|
"maxamount": 4,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "gold_nugget",
|
|
"maxamount": 4,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "redstone",
|
|
"maxamount": 6,
|
|
"minAmount": 2,
|
|
"slottypes": "STORAGE"
|
|
}
|
|
]
|
|
}
|