mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 20:29:10 +00:00
175 lines
4.2 KiB
JSON
175 lines
4.2 KiB
JSON
{
|
|
"name": "Mineshaft",
|
|
"rarity": 1,
|
|
"loot": [
|
|
{
|
|
"type": "rail",
|
|
"maxAmount": 8,
|
|
"minAmount": 4,
|
|
"rarity": 1,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "torch",
|
|
"maxAmount": 16,
|
|
"minAmount": 1,
|
|
"rarity": 2,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "name_tag",
|
|
"maxAmount": 1,
|
|
"rarity": 2,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "glow_berries",
|
|
"maxamount": 6,
|
|
"minAmount": 3,
|
|
"rarity": 3,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "bread",
|
|
"maxamount": 3,
|
|
"minAmount": 1,
|
|
"rarity": 3,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "golden_apple",
|
|
"maxamount": 1,
|
|
"rarity": 4,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "coal",
|
|
"maxamount": 8,
|
|
"minAmount": 3,
|
|
"rarity": 4,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "beetroot_seeds",
|
|
"maxamount": 4,
|
|
"minAmount": 2,
|
|
"rarity": 4,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "melon_seeds",
|
|
"maxamount": 4,
|
|
"minAmount": 2,
|
|
"rarity": 4,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "pumpkin_seeds",
|
|
"maxamount": 4,
|
|
"minAmount": 2,
|
|
"rarity": 4,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "iron_ingot",
|
|
"maxamount": 5,
|
|
"minAmount": 1,
|
|
"rarity": 4,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "activator_rail",
|
|
"maxamount": 4,
|
|
"minAmount": 1,
|
|
"rarity": 4,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "detector_rail",
|
|
"maxamount": 4,
|
|
"minAmount": 1,
|
|
"rarity": 4,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "powered_rail",
|
|
"maxamount": 4,
|
|
"minAmount": 1,
|
|
"rarity": 4,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "lapis_lazuli",
|
|
"maxamount": 9,
|
|
"minAmount": 4,
|
|
"rarity": 6,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "redstone",
|
|
"maxamount": 9,
|
|
"minAmount": 4,
|
|
"rarity": 6,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "gold_ingot",
|
|
"maxamount": 3,
|
|
"minAmount": 1,
|
|
"rarity": 6,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "enchanted_book",
|
|
"maxamount": 1,
|
|
"rarity": 6,
|
|
"slottypes": "STORAGE",
|
|
"enchantments": [
|
|
{
|
|
"enchantment": "binding_curse",
|
|
"chance": 0.25,
|
|
"maxLevel": 1,
|
|
"minLevel": 1
|
|
},
|
|
{
|
|
"enchantment": "vanishing_curse",
|
|
"chance": 0.25,
|
|
"maxLevel": 1,
|
|
"minLevel": 1
|
|
},
|
|
{
|
|
"enchantment": "frost_walker",
|
|
"chance": 0.25,
|
|
"maxLevel": 2,
|
|
"minLevel": 1
|
|
},
|
|
{
|
|
"enchantment": "mending",
|
|
"chance": 0.25,
|
|
"maxLevel": 1,
|
|
"minLevel": 1
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "diamond",
|
|
"maxamount": 2,
|
|
"minAmount": 1,
|
|
"rarity": 11,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "iron_pickaxe",
|
|
"maxamount": 1,
|
|
"rarity": 12,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "enchanted_golden_apple",
|
|
"maxamount": 1,
|
|
"rarity": 70,
|
|
"slottypes": "STORAGE"
|
|
}
|
|
]
|
|
}
|