162 lines
5.2 KiB
JSON
162 lines
5.2 KiB
JSON
{
|
|
"pools": [
|
|
{
|
|
"rolls": {
|
|
"min": 2,
|
|
"max": 6
|
|
},
|
|
"entries": [
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:diamond",
|
|
"weight": 5,
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 2,
|
|
"max": 7
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:iron_ingot",
|
|
"weight": 10,
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 4,
|
|
"max": 8
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:gold_ingot",
|
|
"weight": 15,
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 2,
|
|
"max": 7
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:emerald",
|
|
"weight": 2,
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 2,
|
|
"max": 6
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:beetroot_seeds",
|
|
"weight": 5,
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 10
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:saddle",
|
|
"weight": 3
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:iron_horse_armor",
|
|
"weight": 1
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:golden_horse_armor",
|
|
"weight": 1
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:diamond_horse_armor",
|
|
"weight": 1
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:diamond_pickaxe",
|
|
"weight": 3,
|
|
"functions": [
|
|
{
|
|
"function": "enchant_with_levels",
|
|
"treasure": true,
|
|
"levels": {
|
|
"min": 20,
|
|
"max": 39
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:diamond_shovel",
|
|
"weight": 3,
|
|
"functions": [
|
|
{
|
|
"function": "enchant_with_levels",
|
|
"treasure": true,
|
|
"levels": {
|
|
"min": 20,
|
|
"max": 39
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:iron_pickaxe",
|
|
"weight": 3,
|
|
"functions": [
|
|
{
|
|
"function": "enchant_with_levels",
|
|
"treasure": true,
|
|
"levels": {
|
|
"min": 20,
|
|
"max": 39
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:iron_shovel",
|
|
"weight": 3,
|
|
"functions": [
|
|
{
|
|
"function": "enchant_with_levels",
|
|
"treasure": true,
|
|
"levels": {
|
|
"min": 20,
|
|
"max": 39
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |