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

125 lines
2.6 KiB
JSON

{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"min": 1,
"max": 5
},
"entries": [
{
"type": "item",
"weight": 6,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 8
}
},
{
"function": "set_data",
"data": 0
}
],
"name": "minecraft:wool"
},
{
"type": "item",
"weight": 3,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
},
{
"function": "set_data",
"data": 15
}
],
"name": "minecraft:wool"
},
{
"type": "item",
"weight": 2,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
},
{
"function": "set_data",
"data": 7
}
],
"name": "minecraft:wool"
},
{
"type": "item",
"weight": 2,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
},
{
"function": "set_data",
"data": 12
}
],
"name": "minecraft:wool"
},
{
"type": "item",
"weight": 2,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
},
{
"function": "set_data",
"data": 8
}
],
"name": "minecraft:wool"
},
{
"type": "item",
"name": "minecraft:emerald"
},
{
"type": "item",
"name": "minecraft:shears"
},
{
"type": "item",
"weight": 6,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 6
}
}
],
"name": "minecraft:wheat"
}
]
}
]
}