You've already forked minecraft-assets
31 lines
616 B
JSON
31 lines
616 B
JSON
{
|
|
"type": "minecraft:chest",
|
|
"pools": [
|
|
{
|
|
"rolls": {
|
|
"type": "minecraft:uniform",
|
|
"min": 1.0,
|
|
"max": 2.0
|
|
},
|
|
"bonus_rolls": 0.0,
|
|
"entries": [
|
|
{
|
|
"type": "minecraft:item",
|
|
"weight": 30,
|
|
"functions": [
|
|
{
|
|
"function": "minecraft:set_count",
|
|
"count": {
|
|
"type": "minecraft:uniform",
|
|
"min": 2.0,
|
|
"max": 7.0
|
|
},
|
|
"add": false
|
|
}
|
|
],
|
|
"name": "minecraft:arrow"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |