9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-31 12:46:40 +00:00
Files
Iris-Pack-Overworld/loot/global-treasure.json
Brian Fopiano 0372738712 dwa
2021-06-06 14:46:04 -07:00

57 lines
1.2 KiB
JSON

{
"name": "Global Treasure",
"rarity": 1,
"maxPicked": 4,
"minPicked": 1,
"loot": [
{
"type": "diamond",
"maxamount": 2,
"rarity": 6,
"slottypes": "STORAGE"
},
{
"type": "ender_pearl",
"maxamount": 3,
"rarity": 9,
"slottypes": "STORAGE"
},
{
"type": "name_tag",
"maxamount": 1,
"rarity": 10,
"slottypes": "STORAGE"
},
{
"type": "obsidian",
"maxamount": 1,
"rarity": 3,
"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,
"minAmount": 4,
"rarity": 4,
"slottypes": "STORAGE"
}
]
}