{
  "pools": [
    {
      "conditions": [
        {
          "condition": "random_chance_with_looting",
          "chance": 0.5,
          "looting_multiplier": 0.0625
        }
      ],
      "rolls": 1,
      "entries": [
        {
          "type": "item",
          "name": "minecraft:shulker_shell"
        }
      ]
    },
    {
      "name": "orb",
      "conditions": [
        { "condition": "random_chance", "chance": 0.06 }
      ],
      "rolls": 1,
      "entries": [
        {"type": "item", "name": "borealisexpansion:material", "weight": 1, "functions": [{ "function": "set_data", "data": 2032 }]}
      ]
    }
  ]
}
