{
  "type": "minecraft:entity",
  "pools": [
    {
      "bonus_rolls": 0.0,
      "entries": [
        {
          "type": "minecraft:item",
          "functions": [
            {
              "function": "set_count",
              "count": {
                "type": "uniform",
                "min": 0,
                "max": 3
              }
            }
          ],
          "name": "minecraft:iron_ingot"
        },
        {
          "type": "minecraft:item",
          "functions": [
            {
              "function": "set_count",
              "count": {
                "type": "uniform",
                "min": 0,
                "max": 1
              }
            }
          ],
          "name": "minecraft:blaze_powder"
        }
      ],
      "rolls": 1.0
    }
  ]
}