{
  "type": "minecraft:random_patch",
  "config": {
    "tries": 7,
    "xz_spread": 3,
    "y_spread": 3,
    "feature": {
      "feature": {
        "type": "minecraft:simple_block",
        "config": {
          "to_place": {
            "type": "minecraft:simple_state_provider",
            "state": {
              "Name": "brewery:wild_hops"
            }
          }
        }
      },
      "placement": [
        {
          "type": "minecraft:block_predicate_filter",
          "predicate": {
            "type": "minecraft:matching_blocks",
            "offset": [
              0,
              -1,
              0
            ],
            "blocks": [
              "minecraft:grass_block",
              "tfc:grass/silt",
              "tfc:grass/silty_loam",
              "tfc:grass/loam",
              "tfc:grass/sandy_loam"
            ]
          }
        },
        {
          "type": "minecraft:block_predicate_filter",
          "predicate": {
            "type": "minecraft:matching_blocks",
            "blocks": "minecraft:air"
          }
        }
      ]
    }
  }
}
