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

28 lines
579 B
JSON

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