{
  "type": "minecraft:entity",
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:loot_table",
          "name": "vanilla:entities/sheep/light_gray"
        }
      ]
    },
    {
      "rolls": 1,
      "entries": [
        {
          "type": "item",
          "name": "minecraft:player_head",
          "weight": 1,
          "functions": [
            {
              "function": "set_nbt",
              "tag": "{SkullOwner:{Id:\"97331797-cf17-4127-b250-4ec2e8cc0608\",Name:\"Light Gray Sheep\",Properties:{textures:[{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2UxYWM2ODM5OTNiZTM1NTEyZTFiZTMxZDFmNGY5OGU1ODNlZGIxNjU4YTllMjExOTJjOWIyM2I1Y2NjZGMzIn19fQ==\"}]}}}"
            }
          ]
        }
      ],
      "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"
        }
      ]
    }
  ]
}
