mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
170 lines
3.9 KiB
JSON
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"
|
|
}
|
|
]
|
|
}
|