{
  "type": "minecraft:block",
  "pools": [
    {
      "name": "loot_pool",
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "tfcorewashing:rocky_chunks_hematite",
          "functions": [
            {
              "function": "minecraft:set_count",
              "count": {
                "min": 1,
                "max": 3,
                "type": "minecraft:uniform"
              }
            }
          ]
        }
      ]
    },
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "minecraft:iron_nugget"
        }
      ]
    }
  ],
  "random_sequence": "hardrock_samples:blocks/hematite"
}