{
  "type": "minecraft:block",
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "minecraft:ice",
          "conditions": [
            {
              "condition": "minecraft:match_tool",
              "predicate": {
                "tag": "tfc:saws"
              }
            }
          ]
        }
      ]
    }
  ]
}
