{
  "pools": [
    {
      "rolls": 6,
      
      "bonus_rolls": {
        "min": 0,
        "max": 1
      },
      "entries": [
        {
          "type": "item",
          "name": "minecraft:emerald",
          "weight": 4,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 3
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:minecraft:iron_nugget",
          "weight": 3,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 3,
                "max": 9
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:iron_ingot",
          "weight": 2,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 3
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:gold_nugget",
          "weight": 3,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 3,
                "max": 9
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:gold_ingot",
          "weight": 2,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 3
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:dye",
          "weight": 2,
          "functions": [
            {
              "function": "set_data",
              "data": 4
            },
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 3
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:diamond",
          "weight": 1,
          "functions": [
            {
              "function": "set_count",
              "count": 1
            }
          ]
        }
      ]
    }
  ]
}