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