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
Daniel Mills 6989a92ada a
2020-08-26 23:42:38 -04:00

43 lines
947 B
JSON

{
"name": "Global Treasure",
"rarity": 1,
"maxPicked": 2,
"loot": [
{
"type": "DIAMOND",
"maxAmount": 5,
"rarity": 11,
"slotTypes": "STORAGE"
},
{
"type": "ENDER_PEARL",
"maxAmount": 3,
"rarity": 28,
"slotTypes": "STORAGE"
},
{
"type": "NAME_TAG",
"maxAmount": 1,
"rarity": 36,
"slotTypes": "STORAGE"
},
{
"type": "IRON_INGOT",
"maxAmount": 5,
"rarity": 6,
"slotTypes": "STORAGE"
},
{
"type": "IRON_NUGGET",
"maxAmount": 7,
"rarity": 4,
"slotTypes": "STORAGE"
},
{
"type": "REDSTONE",
"maxAmount": 11,
"rarity": 9,
"slotTypes": "STORAGE"
}
]
}