minecraft-assets/data/minecraft/loot_tables/chests/village/village_shepherd.json

119 lines
2.8 KiB
JSON

{
"type": "minecraft:chest",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 8.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:white_wool",
"weight": 6
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:black_wool",
"weight": 3
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:gray_wool",
"weight": 2
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:brown_wool",
"weight": 2
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:light_gray_wool",
"weight": 2
},
{
"type": "minecraft:item",
"name": "minecraft:emerald"
},
{
"type": "minecraft:item",
"name": "minecraft:shears"
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 6.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:wheat",
"weight": 6
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 5.0,
"min": 1.0
}
}
]
}