{
	"feature": "tfg:nether/terrain/lush_caves_clay",
	"placement": [
		{
			"type": "minecraft:count",
			"count": 20
		},
		{
			"type": "tfc:flat_enough",
			"flatness": 0.7,
			"radius": 4,
			"max_depth": 3
		},
		{
			"type": "minecraft:height_range",
			"height": {
				"type": "minecraft:uniform",
				"max_inclusive": {
					"absolute": 128
				},
				"min_inclusive": {
					"above_bottom": 48
				}
			}
		},
		{
			"type": "minecraft:environment_scan",
			"allowed_search_condition": {
				"type": "minecraft:matching_blocks",
				"blocks": "minecraft:air"
			},
			"direction_of_search": "down",
			"max_steps": 12,
			"target_condition": {
				"type": "minecraft:solid"
			}
		},
		{
			"type": "minecraft:in_square"
		},
		{
			"type": "minecraft:biome"
		}
	]
}