{
	"type": "minecraft:random_patch",
	"config": {
		"feature": {
			"feature": {
				"type": "tfc:tall_wild_crop",
				"config": {
					"block": "tfg:sunflower_wild"
				}
			},
			"placement": [
				{
					"type": "minecraft:heightmap",
					"heightmap": "WORLD_SURFACE_WG"
				},
				{
					"type": "block_predicate_filter",
					"predicate": {
						"type": "tfc:replaceable"
					}
				},
				{
					"type": "block_predicate_filter",
					"predicate": {
						"type": "would_survive",
						"state": {
							"Name": "tfg:sunflower_wild",
							"Properties": {
								"part": "bottom"
							}
						}
					}
				}
			]
		},
		"tries": 16,
		"xz_spread": 20,
		"y_spread": 1
	}
}