player_head.json 546 B

123456789101112131415161718192021222324252627
  1. {
  2. "type": "minecraft:block",
  3. "pools": [
  4. {
  5. "rolls": 1,
  6. "entries": [
  7. {
  8. "type": "minecraft:item",
  9. "functions": [
  10. {
  11. "function": "minecraft:copy_nbt",
  12. "source": "block_entity",
  13. "ops": [
  14. {
  15. "source": "Owner",
  16. "target": "SkullOwner",
  17. "op": "replace"
  18. }
  19. ]
  20. }
  21. ],
  22. "name": "minecraft:player_head"
  23. }
  24. ]
  25. }
  26. ]
  27. }