{
	"type": "minecraft:random_patch",
	"config": {
		"feature": {
			"feature": {
				"type": "minecraft:block_column",
				"config": {
					"allowed_placement": {
						"type": "minecraft:matching_blocks",
						"blocks": "minecraft:air"
					},
					"direction": "down",
					"layers": [
						{
							"height": {
								"type": "minecraft:weighted_list",
								"distribution": [
									{
										"data": {
											"type": "minecraft:uniform",
											"value": {
												"max_inclusive": 3,
												"min_inclusive": 0
											}
										},
										"weight": 5
									},
									{
										"data": {
											"type": "minecraft:uniform",
											"value": {
												"max_inclusive": 7,
												"min_inclusive": 4
											}
										},
										"weight": 2
									}
								]
							},
							"provider": {
								"type": "minecraft:simple_state_provider",
								"state": {
									"Name": "tfg:plant/flame_vine_plant"
								}
							}
						},
						{
							"height": 1,
							"provider": {
								"type": "minecraft:randomized_int_state_provider",
								"property": "age",
								"source": {
									"type": "minecraft:simple_state_provider",
									"state": {
										"Name": "tfg:plant/flame_vine"
									}
								},
								"values": {
									"type": "minecraft:uniform",
									"value": {
										"max_inclusive": 25,
										"min_inclusive": 23
									}
								}
							}
						}
					],
					"prioritize_tip": true
				}
			},
			"placement": [
				{
					"type": "minecraft:block_predicate_filter",
					"predicate": {
						"type": "minecraft:any_of",
						"predicates": [
							{
								"type": "minecraft:matching_block_tag",
								"offset": [ 0, 1, 0 ],
								"tag": "minecraft:nether_carver_replaceables"
							},
							{
								"type": "minecraft:matching_block_tag",
								"offset": [ 0, 1, 0 ],
								"tag": "minecraft:leaves"
							}
						]
					}
				},
				{
					"type": "minecraft:block_predicate_filter",
					"predicate": {
						"type": "minecraft:matching_blocks",
						"blocks": "minecraft:air"
					}
				}
			]
		},
		"tries": 32,
		"xz_spread": 8,
		"y_spread": 1
	}
}
