26 lines
638 B
JSON
26 lines
638 B
JSON
|
{
|
||
|
"pools": [
|
||
|
{
|
||
|
"rolls": {
|
||
|
"min": 1,
|
||
|
"max": 2
|
||
|
},
|
||
|
"entries": [
|
||
|
{
|
||
|
"type": "item",
|
||
|
"name": "minecraft:arrow",
|
||
|
"functions": [
|
||
|
{
|
||
|
"function": "set_count",
|
||
|
"count": {
|
||
|
"min": 2,
|
||
|
"max": 7
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"weight": 30
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|