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

18 lines
300 B
JSON

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