{
  "type": "lychee:block_clicking",
  "comment": "find hardened stone and split the rock",
  "post": [
    {
      "type": "add_item_cooldown",
      "contextual": [
        {
          "type": "chance",
          "chance": 1
        }
      ],
      "s": 2
    },
    {
      "type": "drop_item",
      "contextual": [
        {
          "type": "chance",
          "chance": 0.9
        }
      ],
      "item": "tfc:stone/axe_head/sedimentary"
    },
    {
      "type": "drop_item",
      "contextual": [
        {
          "type": "chance",
          "chance": 0.8
        }
      ],
      "item": "tfc:stone/knife_head/sedimentary"
    }
  ],
  "max_repeats": 1,
  "item_in": {
    "item": "tfc:stone/shovel_head/sedimentary"
  },
  "block_in": {
    "tag": "tfc:rock/hardened"
  }
}