minecraft-assets/data/minecraft/loot_tables/blocks/wither_skeleton_skull.json

14 lines
214 B
JSON

{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:wither_skeleton_skull"
}
]
}
]
}