135 lines
4.2 KiB
JSON
135 lines
4.2 KiB
JSON
{
|
|
"pools": [
|
|
{
|
|
"rolls": {
|
|
"min": 3,
|
|
"max": 8
|
|
},
|
|
"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": 1,
|
|
"max": 3
|
|
}
|
|
}
|
|
],
|
|
"weight": 5
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:bread",
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 3
|
|
}
|
|
}
|
|
],
|
|
"weight": 15
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:apple",
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 3
|
|
}
|
|
}
|
|
],
|
|
"weight": 15
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:iron_pickaxe",
|
|
"weight": 5
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:obsidian",
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 3,
|
|
"max": 7
|
|
}
|
|
}
|
|
],
|
|
"weight": 5
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:sapling",
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 3,
|
|
"max": 7
|
|
}
|
|
}
|
|
],
|
|
"weight": 5
|
|
},
|
|
{
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |