9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-06 15:41:36 +00:00
Files
Iris-Pack-EarthWorld/loot/global-treasure.json
2021-05-08 18:40:33 -03: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"
}
]
}