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

31 lines
638 B
JSON

{
"type": "minecraft:gift",
"pools": [
{
"bonus_rolls": 0.0,
"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"
}
],
"rolls": 1.0
}
]
}