{
	"type": "minecraft:vegetation_patch",
	"config": {
		"depth": 1,
		"extra_bottom_block_chance": 0,
		"extra_edge_column_chance": 0.7,
		"ground_state": {
			"type": "minecraft:simple_state_provider",
			"state": {
				"Name": "minecraft:blackstone"
			}
		},
		"replaceable": "#minecraft:moss_replaceable",
		"surface": "floor",
		"vegetation_chance": 0.9,
		"vegetation_feature": {
			"feature": {
				"config": {
					"to_place": {
						"type": "minecraft:randomized_int_state_provider",
						"property": "layers",
						"values": {
							"type": "minecraft:biased_to_bottom",
							"value": {
								"min_inclusive": 1,
								"max_inclusive": 7
							}
						},
						"source": {
							"type": "minecraft:simple_state_provider",
							"state": {
								"Name": "tfg:ash_pile"
							}
						}
					}
				},
				"type": "minecraft:simple_block"
			},
			"placement": []
		},
		"vertical_range": 1,
		"xz_radius": {
			"type": "minecraft:uniform",
			"value": {
				"max_inclusive": 3,
				"min_inclusive": 1
			}
		}
	}
}