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

264 lines
8.1 KiB
JSON

{
"pools": [
{
"rolls": {
"min": 1,
"max": 3
},
"entries": [
{
"type": "item",
"name": "minecraft:saddle",
"weight": 20
},
{
"type": "item",
"name": "minecraft:golden_apple",
"weight": 15
},
{
"type": "item",
"name": "minecraft:golden_apple",
"weight": 2,
"functions": [
{
"function": "set_data",
"data": 1
}
]
},
{
"type": "item",
"name": "minecraft:record_13",
"weight": 15
},
{
"type": "item",
"name": "minecraft:record_cat",
"weight": 15
},
{
"type": "item",
"name": "minecraft:name_tag",
"weight": 20
},
{
"type": "item",
"name": "minecraft:golden_horse_armor",
"weight": 10
},
{
"type": "item",
"name": "minecraft:iron_horse_armor",
"weight": 15
},
{
"type": "item",
"name": "minecraft:diamond_horse_armor",
"weight": 5
},
{
"type": "item",
"name": "minecraft:book",
"weight": 10,
"functions": [
{
"function": "enchant_randomly"
}
]
}
]
},
{
"rolls": {
"min": 1,
"max": 4
},
"entries": [
{
"type": "item",
"name": "minecraft:iron_ingot",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:gold_ingot",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:bread",
"weight": 20
},
{
"type": "item",
"name": "minecraft:wheat",
"weight": 20,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:bucket",
"weight": 10
},
{
"type": "item",
"name": "minecraft:redstone",
"weight": 15,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:coal",
"weight": 15,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:melon_seeds",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
],
"weight": 10
},
{
"type": "item",
"name": "minecraft:pumpkin_seeds",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
],
"weight": 10
},
{
"type": "item",
"name": "minecraft:beetroot_seeds",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
],
"weight": 10
}
]
},
{
"rolls": 3,
"entries": [
{
"type": "item",
"name": "minecraft:bone",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:gunpowder",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:rotten_flesh",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:string",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 8
}
}
]
}
]
}
]
}