9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/loot/mansion.json
Brian Fopiano 8a21ac6a1f updates!
Thank you Nowhere Very much!
2022-07-05 23:51:27 -07:00

170 lines
3.9 KiB
JSON

{
"name": "Mansion",
"rarity": 1,
"minPicked": 4,
"maxPicked": 9,
"loot": [
{
"type": "bone",
"maxAmount": 8,
"minAmount": 1,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "gunpowder",
"maxAmount": 8,
"minAmount": 1,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "rotten_flesh",
"maxAmount": 8,
"minAmount": 1,
"rarity": 2,
"slottypes": "STORAGE"
},
{
"type": "string",
"maxamount": 8,
"minAmount": 1,
"rarity": 2,
"slottypes": "STORAGE"
},
{
"type": "wheat",
"maxamount": 4,
"minAmount": 1,
"rarity": 3,
"slottypes": "STORAGE"
},
{
"type": "coal",
"maxamount": 4,
"minAmount": 1,
"rarity": 4,
"slottypes": "STORAGE"
},
{
"type": "redstone_dust",
"maxamount": 4,
"minAmount": 1,
"rarity": 4,
"slottypes": "STORAGE"
},
{
"type": "beetroot_seeds",
"maxamount": 4,
"minAmount": 2,
"rarity": 5,
"slottypes": "STORAGE"
},
{
"type": "melon_seeds",
"maxamount": 4,
"minAmount": 2,
"rarity": 5,
"slottypes": "STORAGE"
},
{
"type": "pumpkin_seeds",
"maxamount": 4,
"minAmount": 2,
"rarity": 5,
"slottypes": "STORAGE"
},
{
"type": "iron_ingot",
"maxamount": 4,
"minAmount": 1,
"rarity": 5,
"slottypes": "STORAGE"
},
{
"type": "bread",
"maxamount": 1,
"minAmount": 1,
"rarity": 3,
"slottypes": "STORAGE"
},
{
"type": "lead",
"maxamount": 1,
"minAmount": 1,
"rarity": 4,
"slottypes": "STORAGE"
},
{
"type": "name_tag",
"maxamount": 1,
"minAmount": 1,
"rarity": 4,
"slottypes": "STORAGE"
},
{
"type": "gold_ingot",
"maxamount": 4,
"minAmount": 1,
"rarity": 10,
"slottypes": "STORAGE"
},
{
"type": "music_disc",
"maxamount": 1,
"minAmount": 1,
"rarity": 5,
"slottypes": "STORAGE"
},
{
"type": "golden_apple",
"maxamount": 1,
"minAmount": 1,
"rarity": 5,
"slottypes": "STORAGE"
},
{
"type": "diamond_hoe",
"maxamount": 1,
"minAmount": 1,
"rarity": 5,
"slottypes": "STORAGE"
},
{
"type": "bucket",
"maxamount": 1,
"minAmount": 1,
"rarity": 5,
"slottypes": "STORAGE"
},
{
"type": "enchanted_book",
"maxamount": 1,
"minAmount": 1,
"rarity": 6,
"slottypes": "STORAGE"
},
{
"type": "chainmail_chestplate",
"maxamount": 1,
"minAmount": 1,
"rarity": 6,
"slottypes": "STORAGE"
},
{
"type": "diamond_chestplate",
"maxamount": 1,
"minAmount": 1,
"rarity": 12,
"slottypes": "STORAGE"
},
{
"type": "enchanted_golden_apple",
"maxamount": 1,
"minAmount": 1,
"rarity": 30,
"slottypes": "STORAGE"
}
]
}