9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/loot/global-treasure.json
2020-10-19 05:20:53 -04:00

50 lines
1.1 KiB
JSON

{
"name": "Global Treasure",
"rarity": 1,
"maxPicked": 1,
"minPicked": 0,
"loot": [
{
"type": "diamond",
"maxamount": 2,
"rarity": 6,
"slottypes": "STORAGE"
},
{
"type": "ender_pearl",
"maxamount": 3,
"rarity": 9,
"slottypes": "STORAGE"
},
{
"type": "name_tag",
"maxamount": 1,
"rarity": 42,
"slottypes": "STORAGE"
},
{
"type": "iron_ingot",
"maxamount": 5,
"rarity": 3,
"slottypes": "STORAGE"
},
{
"type": "iron_nugget",
"maxamount": 7,
"rarity": 1,
"slottypes": "STORAGE"
},
{
"type": "gold_nugget",
"maxamount": 6,
"rarity": 2,
"slottypes": "STORAGE"
},
{
"type": "redstone",
"maxamount": 11,
"rarity": 4,
"slottypes": "STORAGE"
}
]
}