how do i make this drop from a zombie piglin?

  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "minecraft:carrot_on_a_stick",
          "functions": [
            {
              "function": "minecraft:set_components",
              "components": {
                "minecraft:enchantment_glint_override": 0,
                "minecraft:tooltip_display": {
                  "hidden_components": [
                    "enchantments"
                  ]
                },
                "minecraft:enchantments": {
                  "nb:lookingat_piglin": 1
                },
                "minecraft:item_name": {
                  "text": "Piglin Tear",
                  "italic": 0,
                  "color": "#ffaa00"
                },
                "minecraft:lore": [
                  {
                    "text": "Reveals the pig beneath the rot.",
                    "color": "#801994",
                    "italic": 1
                  },
                  {
                    "text": "Forged in the old fire to undo the new curse...",
                    "color": "#801994",
                    "itaalic": 1
                  }
                ],
                "minecraft:item_model": "lf:piglin_tear",
                "minecraft:custom_data": "{item:\"piglin_tear\"}"
              }
            }
          ]
        }
      ]
    }
  ]
}```
Continue to help post