{
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "item",
          "name": "minecraft:fish",
          "weight": 1
        }
      ]
    },
    {
      "rolls": 1,
      "conditions": [
        {
          "condition": "random_chance_with_looting",
          "chance": 0.25,
          "looting_multiplier": 0.01
        }
      ],
      "entries": [
        {
          "type": "item",
          "name": "minecraft:bone",
          "weight": 1,
          "functions": [
            {
              "function": "looting_enchant",
              "count": {
                "min": 1,
                "max": 2
              }
            }
          ]
        }
      ]
    }
  ]
}
