{
  "__comment__": "This file was automatically created by mcresources",
  "type": "minecraft:block",
  "pools": [
    {
      "name": "loot_pool",
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:alternatives",
          "children": [
            {
              "type": "minecraft:item",
              "name": "tfc:food/cattail_root",
              "conditions": [
                {
                  "condition": "minecraft:match_tool",
                  "predicate": {
                    "tag": "tfc:sharp_tools"
                  }
                },
                {
                  "condition": "minecraft:random_chance",
                  "chance": 0.80
                },
                {
                  "condition": "minecraft:block_state_property",
                  "block": "tfc:plant/cattail",
                  "properties": {
                    "part": "lower"
                  }
                }
              ],
              "functions": [
                {
                  "function": "minecraft:set_count",
                  "count": {
                    "min": 1,
                    "max": 2,
                    "type": "minecraft:uniform"
                  }
                }
              ]
            },
            {
              "type": "minecraft:item",
              "name": "tfc:plant/cattail",
              "conditions": [
                {
                  "condition": "minecraft:match_tool",
                  "predicate": {
                    "tag": "forge:shears"
                  }
                },
                {
                  "condition": "minecraft:block_state_property",
                  "block": "tfc:plant/cattail",
                  "properties": {
                    "part": "lower"
                  }
                }
              ]
            }
          ]
        }
      ],
      "conditions": [
        {
          "condition": "minecraft:survives_explosion"
        }
      ]
    }
  ]
}