{
  "pools": [
    {
      "name": "borealisexpansion:material:2043",
      "rolls": 1,
      "entries": [{
        "type": "item",
        "name": "borealisexpansion:material",
        "weight": 1,
        "functions": [
          { "function": "minecraft:set_data", "data": 2043 },
          {
            "function": "minecraft:set_count",
            "count": 4
          }
        ]
      }]
    },
    {
      "name": "borealisexpansion:material:2048",
      "rolls": 1,
      "entries": [{
        "type": "item",
        "name": "borealisexpansion:material",
        "weight": 1,
        "functions": [
          { "function": "minecraft:set_data", "data": 2048 }
        ]
      }]
    },
    {
      "name": "borealisexpansion:material:2048-second",
      "rolls": 1,
      "conditions": [{
        "condition": "random_chance",
        "chance": 0.1
      }],
      "entries": [{
        "type": "item",
        "name": "borealisexpansion:material",
        "weight": 1,
        "functions": [
          { "function": "minecraft:set_data", "data": 2048 }
        ]
      }]
    },
    {
      "name": "borealisexpansion:nugget:13",
      "rolls": 1,
      "conditions": [{
        "condition": "random_chance",
        "chance": 0.02
      }],
      "entries": [{
        "type": "item",
        "name": "borealisexpansion:nugget",
        "weight": 1,
        "functions": [
          { "function": "minecraft:set_data", "data": 13 },
          {
            "function": "minecraft:set_count",
            "count": { "min": 1, "max": 3 }
          }
        ]
      }]
    }
  ]
}