{
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "item",
          "name": "minecraft:rotten_flesh",
          "weight": 1,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 0,
                "max": 2
              }
            },
            {
              "function": "looting_enchant",
              "count": {
                "min": 0,
                "max": 1
              }
            }
          ]
        }
      ]
    },
    {
      "conditions": [
        {
          "condition": "killed_by_player_or_pets"
        },
        {
          "condition": "random_chance_with_looting",
          "chance": 0.025,
          "looting_multiplier": 0.01
        }
      ],
      "rolls": 1,
      "entries": [
        {
          "type": "item",
          "name": "minecraft:iron_ingot",
          "weight": 1
        },
        {
          "type": "item",
          "name": "minecraft:carrot",
          "weight": 1
        },
        {
          "type": "item",
          "name": "minecraft:potato",
          "weight": 1
        }
      ]
    },
    {
      "conditions": [
        {
          "condition": "killed_by_entity",
          "entity_type": "minecraft:player"
        },
        {
          "condition": "passenger_of_entity",
          "entity_type": "minecraft:chicken"
        },
        {
          "condition": "is_baby"
        }
      ],
      "rolls": 1,
      "entries": [
        {
          "type": "item",
          "name": "minecraft:music_disc_lava_chicken"
        }
      ]
    }
  ]
}
