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

26 lines
499 B
JSON

{
"type": "minecraft:gift",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:stone_pickaxe"
},
{
"type": "minecraft:item",
"name": "minecraft:stone_axe"
},
{
"type": "minecraft:item",
"name": "minecraft:stone_hoe"
},
{
"type": "minecraft:item",
"name": "minecraft:stone_shovel"
}
]
}
]
}