{
  "type": "minecraft:entity",
  "pools": [
    {
      "rolls": 1.0,
      "entries": [
        {
          "weight": 2.0,
          "type": "minecraft:item",
          "functions": [
            {
              "function": "minecraft:fill_player_head",
              "entity": "this"
            }
          ],
          "name": "minecraft:player_head"
        },
        {
          "weight": 8.0,
          "type": "minecraft:item",
          "name": "minecraft:air"
        }
      ]
    }
  ]
}