{
  "type": "lychee:block_interacting",
  "post": [
    {
      "type": "add_item_cooldown",
      "contextual": [
        {
          "type": "chance",
          "chance": 1
        }
      ],
      "s": 1
    },
    {
      "type": "execute",
      "command": "particle minecraft:ash ~ ~0.2 ~ 0.1 0.1 0.1 0 30",
      "hide": true
    },
    {
      "type": "execute",
      "command": "playsound minecraft:block.grass.break",
      "hide": true
    },
    {
      "type": "drop_item",
      "contextual": [
        {
          "type": "chance",
          "chance": 0.85
        }
      ],
      "item": "tfc_stone_tools:plant_fiber"
    },
    {
      "type": "drop_item",
      "contextual": [
        {
          "type": "chance",
          "chance": 0.30
        }
      ],
      "item": "tfc_stone_tools:plant_fiber"
    },
    {
      "type": "place",
      "contextual": [
        {
          "type": "chance",
          "chance": 0.40
        }
      ],
      "block": "minecraft:air",
      "hide": true
    }
  ],
  "item_in": {
    "item": "minecraft:air"
  },
  "block_in": {
    "tag": "tfc:plants/grass"
  }
}