minecraft-assets/assets/minecraft/loot_tables/entities/horse.json

29 lines
806 B
JSON
Raw Normal View History

2017-02-18 08:29:02 -05:00
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:leather",
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 2
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
}
]
}