minecraft-assets/data/minecraft/loot_tables/gameplay/hero_of_the_village/butcher_gift.json

30 lines
610 B
JSON

{
"type": "minecraft:gift",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:cooked_rabbit"
},
{
"type": "minecraft:item",
"name": "minecraft:cooked_chicken"
},
{
"type": "minecraft:item",
"name": "minecraft:cooked_porkchop"
},
{
"type": "minecraft:item",
"name": "minecraft:cooked_beef"
},
{
"type": "minecraft:item",
"name": "minecraft:cooked_mutton"
}
]
}
]
}