village_armorer.json
0 B
Empty File
{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"min": 1.0,
"max": 5.0,
"type": "minecraft:uniform"
},
"entries": [
{
"type": "minecraft:item",
"weight": 2,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 3.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:iron_ingot"
},
{
"type": "minecraft:item",
"weight": 4,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 4.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:bread"
},
{
"type": "minecraft:item",
"name": "minecraft:iron_helmet"
},
{
"type": "minecraft:item",
"name": "minecraft:emerald"
}
]
}
]
}