{
  "type": "minecraft:entity",
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:loot_table",
          "name": "vanilla:entities/sheep/light_blue"
        }
      ]
    },
    {
      "rolls": 1,
      "entries": [
        {
          "type": "item",
          "name": "minecraft:player_head",
          "weight": 1,
          "functions": [
            {
              "function": "set_nbt",
              "tag": "{SkullOwner:{Id:\"f6ad6acf-aabe-45ac-94bb-d67b9dfdcc63\",Name:\"Light Blue Sheep\",Properties:{textures:[{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWM4YTk3YTM4ODU2NTE0YTE2NDEzZTJjOTk1MjEyODlmNGM1MzYzZGM4MmZjOWIyODM0Y2ZlZGFjNzhiODkifX19\"}]}}}"
            }
          ]
        }
      ],
      "conditions": [
        {
          "condition": "killed_by_player"
        },
        {
          "condition": "inverted",
          "term": {
            "condition": "entity_properties",
            "predicate": {
              "nbt": "{CustomName:\"{\\\"text\\\":\\\"jeb_\\\"}\"}"
            },
            "entity": "this"
          }
        },
        {
          "condition": "random_chance_with_looting",
          "chance": 0.0175,
          "looting_multiplier": 0.0025
        }
      ]
    },
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:loot_table",
          "name": "minecraft:entities/sheep/jeb_sheep"
        }
      ]
    }
  ]
}
