minecraft-assets/assets/minecraft/loot_tables/chests/nether_bridge.json

117 lines
3.6 KiB
JSON

{
"pools": [
{
"rolls": {
"min": 2,
"max": 4
},
"entries": [
{
"type": "item",
"name": "minecraft:diamond",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:iron_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:gold_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:golden_sword",
"weight": 5
},
{
"type": "item",
"name": "minecraft:golden_chestplate",
"weight": 5
},
{
"type": "item",
"name": "minecraft:flint_and_steel",
"weight": 5
},
{
"type": "item",
"name": "minecraft:nether_wart",
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 7
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:saddle",
"weight": 10
},
{
"type": "item",
"name": "minecraft:golden_horse_armor",
"weight": 8
},
{
"type": "item",
"name": "minecraft:iron_horse_armor",
"weight": 5
},
{
"type": "item",
"name": "minecraft:diamond_horse_armor",
"weight": 3
},
{
"type": "item",
"name": "minecraft:obsidian",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
],
"weight": 2
}
]
}
]
}