{
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "item",
          "name": "minecraft:string",
          "weight": 1,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 0,
                "max": 2
              }
            },
            {
              "function": "looting_enchant",
              "count": {
                "min": 0,
                "max": 1
              }
            }
          ]
        }
      ]
    },
    {
      "rolls": 1,
      "entries": [
        {
          "type": "item",
          "name": "minecraft:spider_eye",
          "weight": 1,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": -1,
                "max": 1
              }
            },
            {
              "function": "looting_enchant",
              "count": {
                "min": 0,
                "max": 1
              }
            }
          ]
        }
      ],
      "conditions": [
        {
          "condition": "killed_by_player"
        }
      ]
    },
    {
      "name": "primitive_eyes",
      "conditions": [
        { "condition": "random_chance", "chance": 0.005 }
      ],
      "rolls": 1,
      "entries": [
        {"type": "item", "name": "borealisexpansion:material", "weight": 1, "functions": [{ "function": "set_data", "data": 2003 }]}
      ]
    }
  ]
}
