{
	"type": "minecraft:vegetation_patch",
	"config": {
		"depth": {
			"type": "minecraft:uniform",
			"value": {
				"max_inclusive": 2,
				"min_inclusive": 1
			}
		},
		"extra_bottom_block_chance": 0,
		"extra_edge_column_chance": 0.3,
		"ground_state": {
			"type": "minecraft:simple_state_provider",
			"state": {
				"Name": "tfg:rock/hardened_deepslate"
			}
		},
		"replaceable": "#minecraft:moss_replaceable",
		"surface": "ceiling",
		"vegetation_chance": 0.08,
		"vegetation_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": 1
											}
										},
										"weight": 1
									}
								]
							},
							"provider": {
								"type": "minecraft:simple_state_provider",
								"state": {
									"Name": "tfc:plant/liana_plant"
								}
							}
						},
						{
							"height": 1,
							"provider": {
								"type": "minecraft:randomized_int_state_provider",
								"property": "age",
								"source": {
									"type": "minecraft:simple_state_provider",
									"state": {
										"Name": "tfc:plant/liana"
									}
								},
								"values": {
									"type": "minecraft:uniform",
									"value": {
										"max_inclusive": 25,
										"min_inclusive": 23
									}
								}
							}
						}
					],
					"prioritize_tip": true
				}
			},
			"placement": []
		},
		"vertical_range": 5,
		"xz_radius": {
			"type": "minecraft:uniform",
			"value": {
				"max_inclusive": 7,
				"min_inclusive": 4
			}
		}
	}
}