48 lines
904 B
JSON
48 lines
904 B
JSON
{
|
|
"pools": [
|
|
{
|
|
"rolls": {
|
|
"min": 1,
|
|
"max": 5
|
|
},
|
|
"entries": [
|
|
{
|
|
"type": "item",
|
|
"weight": 2,
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 3
|
|
}
|
|
}
|
|
],
|
|
"name": "minecraft:iron_ingot"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 4,
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 4
|
|
}
|
|
}
|
|
],
|
|
"name": "minecraft:bread"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:iron_helmet"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:emerald"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |