{
  "pools": [
    {
      "name": "not_so_much_new_year:surprise_box:12",
      "rolls": 1,
      "conditions": [{
        "condition": "random_chance",
        "chance": 0.015
      }],
      "entries": [
	    {
          "type": "item",
          "name": "not_so_much_new_year:surprise_box",
          "entryName": "not_so_much_new_year:surprise_box:12",
          "weight": 4,
          "functions": [
            { "function": "minecraft:set_data", "data": 12 }
          ]
        },
	    {
          "type": "item",
          "name": "not_so_much_new_year:surprise_box",
          "entryName": "not_so_much_new_year:surprise_box:13",
          "weight": 2,
          "functions": [
            { "function": "minecraft:set_data", "data": 13 }
          ]
        },
	    {
          "type": "item",
          "name": "not_so_much_new_year:surprise_box",
          "entryName": "not_so_much_new_year:surprise_box:14",
          "weight": 1,
          "functions": [
            { "function": "minecraft:set_data", "data": 14 }
          ]
        }
	  ]
    },
    {
      "name": "borealisexpansion:nugget:13",
      "rolls": 1,
      "conditions": [{
        "condition": "random_chance",
        "chance": 0.08
      }],
      "entries": [
	    {
          "type": "item",
          "name": "borealisexpansion:nugget",
          "weight": 1,
          "functions": [
            { "function": "minecraft:set_data", "data": 13 },
			{
              "function": "minecraft:set_count",
              "count": {
                "min": 1,
                "max": 9
              }
            }
          ]
        },
		{
          "type": "item",
          "name": "borealisexpansion:base",
          "weight": 1,
          "functions": [
            { "function": "minecraft:set_data", "data": 13 }
          ]
        }
      ]
    },
    {
      "name": "not_so_much_new_year:surprise_box:8",
      "rolls": 1,
      "conditions": [{
        "condition": "random_chance",
        "chance": 0.01
      }],
      "entries": [{
        "type": "item",
        "name": "not_so_much_new_year:surprise_box",
        "weight": 1,
        "functions": [
          { "function": "minecraft:set_data", "data": 8 }
        ]
      }]
    },
    {
      "name": "borealisexpansion:material:2039",
      "rolls": 2,
      "conditions": [{
        "condition": "random_chance",
        "chance": 0.8
      }],
      "entries": [{
        "type": "item",
        "name": "borealisexpansion:material",
        "weight": 1,
        "functions": [
          { "function": "minecraft:set_data", "data": 2039 },
		  {
              "function": "minecraft:set_count",
              "count": 2
          }
        ]
      }]
    },
    {
      "name": "borealisexpansion:material:2040",
      "rolls": 1,
      "entries": [{
        "type": "item",
        "name": "borealisexpansion:material",
        "weight": 1,
        "functions": [
          { "function": "minecraft:set_data", "data": 2040 }
        ]
      }]
    },
    {
      "name": "borealisexpansion:material:2041",
      "rolls": 1,
      "entries": [{
        "type": "item",
        "name": "borealisexpansion:material",
        "weight": 1,
        "functions": [
          { "function": "minecraft:set_data", "data": 2041 }
        ]
      }]
    },
    {
      "name": "borealisexpansion:material:2040",
      "rolls": 1,
      "conditions": [{
        "condition": "random_chance",
        "chance": 0.6
      }],
      "entries": [{
        "type": "item",
        "name": "borealisexpansion:material",
        "weight": 1,
        "functions": [
          { "function": "minecraft:set_data", "data": 2040 },
          {
            "function": "minecraft:set_count",
            "count": { "min": 1, "max": 2 }
          }
        ]
      }]
    },
    {
      "name": "borealisexpansion:material:2041",
      "rolls": 1,
      "conditions": [{
        "condition": "random_chance",
        "chance": 0.4
      }],
      "entries": [{
        "type": "item",
        "name": "borealisexpansion:material",
        "weight": 1,
        "functions": [
          { "function": "minecraft:set_data", "data": 2041 },
          {
            "function": "minecraft:set_count",
            "count": { "min": 1, "max": 2 }
          }
        ]
      }]
    }
  ]
}