{
  "type": "minecraft:entity",
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:loot_table",
          "name": "vanilla:entities/creeper"
        }
      ]
    },
    {
      "rolls": 1,
      "entries": [
        {
          "type": "item",
          "name": "minecraft:player_head",
          "weight": 1,
          "functions": [
            {
              "function": "set_nbt",
              "tag": "{SkullOwner:{Id:\"f9318e11-a0c7-4cfd-85c9-2b2852e1a8b0\",Name:\"Charged Creeper\",Properties:{textures:[{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjJjZWIzOWRkNGRlMjRhN2FkZmUyOTFhM2EwY2ZjN2NmNGY2NDVkZTU5YjYwM2ZjZmUwNmM2YjVhMDZlMjYifX19\"}]}}}"
            }
          ]
        }
      ],
      "conditions": [
        {
          "condition": "killed_by_player"
        },
        {
          "condition": "entity_properties",
          "predicate": {
            "nbt": "{powered:1b}"
          },
          "entity": "this"
        }
      ]
    }
  ]
}
