mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 20:29:10 +00:00
170 lines
3.9 KiB
JSON
170 lines
3.9 KiB
JSON
{
|
|
"name": "Dungeon",
|
|
"rarity": 1,
|
|
"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": "bread",
|
|
"maxamount": 1,
|
|
"rarity": 3,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "name_tag",
|
|
"maxamount": 1,
|
|
"rarity": 3,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "saddle",
|
|
"maxamount": 1,
|
|
"rarity": 3,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "coal",
|
|
"maxamount": 4,
|
|
"minAmount": 1,
|
|
"rarity": 4,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "redstone",
|
|
"maxamount": 4,
|
|
"minAmount": 1,
|
|
"rarity": 4,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "music_disc_13",
|
|
"maxamount": 1,
|
|
"rarity": 5,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "music_disc_cat",
|
|
"maxamount": 1,
|
|
"rarity": 5,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "iron_horse_armor",
|
|
"maxamount": 6,
|
|
"minAmount": 2,
|
|
"rarity": 5,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "golden_apple",
|
|
"maxamount": 1,
|
|
"rarity": 5,
|
|
"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": "bucket",
|
|
"maxamount": 1,
|
|
"rarity": 5,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "enchanted_book",
|
|
"maxamount": 1,
|
|
"rarity": 6,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "golden_horse_armor",
|
|
"maxamount": 1,
|
|
"rarity": 6,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "gold_ingot",
|
|
"maxamount": 4,
|
|
"minAmount": 1,
|
|
"rarity": 10,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "diamond_horse_armor",
|
|
"maxamount": 1,
|
|
"rarity": 21,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "music_disc_otherside",
|
|
"maxamount": 1,
|
|
"rarity": 32,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "enchanted_golden_apple",
|
|
"maxamount": 1,
|
|
"rarity": 32,
|
|
"slottypes": "STORAGE"
|
|
}
|
|
]
|
|
}
|