Files
IMoO/loot_tables/chests/dispenser_trap.json
2022-01-23 21:24:12 +03:00

26 lines
423 B
JSON

{
"pools": [
{
"rolls": {
"min": 2,
"max": 2
},
"entries": [
{
"type": "item",
"name": "minecraft:arrow",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 7
}
}
],
"weight": 30
}
]
}
]
}