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

27 lines
551 B
JSON

{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:copy_nbt",
"source": "block_entity",
"ops": [
{
"source": "SkullOwner",
"target": "SkullOwner",
"op": "replace"
}
]
}
],
"name": "minecraft:player_head"
}
]
}
]
}