{
	"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": 9,
												"min_inclusive": 7
											}
										},
										"weight": 2
									}
								]
							},
							"provider": {
								"type": "minecraft:simple_state_provider",
								"state": {
									"Name": "tfg:plant/pale_hanging_moss_plant"
								}
							}
						},
						{
							"height": 1,
							"provider": {
								"type": "minecraft:simple_state_provider",
								"state": {
									"Name": "tfg:plant/pale_hanging_moss"
								}
							}
						}
					],
					"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": 64,
		"xz_spread": 16,
		"y_spread": 2
	}
}