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

72 lines
1.4 KiB
JSON

{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"min": 1,
"max": 5
},
"entries": [
{
"type": "item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:clay_ball"
},
{
"type": "item",
"name": "minecraft:flower_pot"
},
{
"type": "item",
"weight": 2,
"name": "minecraft:stone"
},
{
"type": "item",
"weight": 2,
"name": "minecraft:stonebrick"
},
{
"type": "item",
"weight": 4,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:bread"
},
{
"type": "item",
"functions": [
{
"function": "minecraft:set_data",
"data": 11
}
],
"name": "minecraft:dye"
},
{
"type": "item",
"name": "minecraft:smooth_stone"
},
{
"type": "item",
"name": "minecraft:emerald"
}
]
}
]
}