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

22 lines
395 B
JSON

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