{
  "type": "minecraft:block",
  "pools": [
    {
      "name": "pool1",
      "rolls": 1.0,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "tfc:food/tomato"
        }
      ],
      "conditions": [
        {
          "condition": "minecraft:block_state_property",
          "block": "farmersdelight:tomatoes",
          "properties": {
            "age": "3"
          }
        }
      ],
      "functions": [
        {
          "function": "minecraft:set_count",
          "count": {
            "min": 1.0,
            "max": 2.0,
            "type": "minecraft:uniform"
          }
        },
        {
          "function": "minecraft:apply_bonus",
          "enchantment": "minecraft:fortune",
          "formula": "minecraft:uniform_bonus_count",
          "parameters": {
            "bonusMultiplier": 1
          }
        }
      ]
    },
    {
      "name": "pool2",
      "rolls": 1.0,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "tfc:seeds/tomato"
        }
      ],
      "conditions": [
        {
          "condition": "minecraft:block_state_property",
          "block": "farmersdelight:tomatoes",
          "properties": {
            "ropelogged": false
          }
        }
      ]
    }
  ],
  "functions": [
    {
      "function": "minecraft:explosion_decay"
    }
  ]
}