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

14 lines
199 B
JSON

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