128 lines
4.0 KiB
JSON
128 lines
4.0 KiB
JSON
{
|
|
"pools": [
|
|
{
|
|
"rolls": {
|
|
"min": 2,
|
|
"max": 6
|
|
},
|
|
"entries": [
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:diamond",
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 3
|
|
}
|
|
}
|
|
],
|
|
"weight": 3
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:iron_ingot",
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 5
|
|
}
|
|
}
|
|
],
|
|
"weight": 10
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:gold_ingot",
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 2,
|
|
"max": 7
|
|
}
|
|
}
|
|
],
|
|
"weight": 15
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:emerald",
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 3
|
|
}
|
|
}
|
|
],
|
|
"weight": 2
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:bone",
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 4,
|
|
"max": 6
|
|
}
|
|
}
|
|
],
|
|
"weight": 20
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:rotten_flesh",
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 3,
|
|
"max": 7
|
|
}
|
|
}
|
|
],
|
|
"weight": 16
|
|
},
|
|
{
|
|
"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:book",
|
|
"weight": 1,
|
|
"functions": [
|
|
{
|
|
"function": "enchant_with_levels",
|
|
"levels": 30,
|
|
"treasure": true
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |