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

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"
}
]
}
]
}