{
  "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:2044",
      "rolls": 1,
      "entries": [{
        "type": "item",
        "name": "borealisexpansion:material",
        "weight": 1,
        "functions": [
          { "function": "minecraft:set_data", "data": 2044 }
        ]
      }]
    },
    {
      "name": "borealisexpansion:material:2044-second",
      "rolls": 1,
      "conditions": [{
        "condition": "random_chance",
        "chance": 0.1
      }],
      "entries": [{
        "type": "item",
        "name": "borealisexpansion:material",
        "weight": 1,
        "functions": [
          { "function": "minecraft:set_data", "data": 2044 }
        ]
      }]
    },
    {
      "name": "borealisexpansion:material:2046",
      "rolls": 1,
      "entries": [{
        "type": "item",
        "name": "borealisexpansion:material",
        "weight": 1,
        "functions": [
          { "function": "minecraft:set_data", "data": 2046 },
	      {
            "function": "minecraft:set_count",
            "count": { "min": 7, "max": 13 }
          }
        ]
      }]
    },
    {
      "name": "borealisexpansion:nugget:13",
      "rolls": 1,
      "conditions": [{
        "condition": "random_chance",
        "chance": 0.018
      }],
      "entries": [{
        "type": "item",
        "name": "borealisexpansion:nugget",
        "weight": 1,
        "functions": [
          { "function": "minecraft:set_data", "data": 13 },
          {
            "function": "minecraft:set_count",
            "count": { "min": 1, "max": 3 }
          }
        ]
      }]
    }
  ]
}