9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/loot/global-treasure.json
Brian Fopiano 6eb46c59ad buauty
2021-07-07 02:45:02 -07:00

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