{
  "type": "lychee:block_interacting",
  "post": [
    {
      "type": "drop_item",
      "contextual": [
      {
        "type": "chance",
        "chance": 0.6
      }
    ],
      "item": "firmalife:ice_shavings"
    },
    {
      "type": "place",
      "contextual": [
        {
          "type": "chance",
          "chance": 0.8
        }
      ],
      "block": "minecraft:air"
    },
    {
      "type": "damage_item"
    }
  ],
  "item_in": {
    "tag": "tfc:chisels"
  },
  "block_in": {
    "blocks": [
      "minecraft:ice",
      "tfc:ice_pile"
    ]
  }
}