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

18 lines
289 B
JSON

{
"type": "minecraft:gift",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:cod"
},
{
"type": "minecraft:item",
"name": "minecraft:salmon"
}
]
}
]
}