{
	"feature": "tfc:plant/cobblestone_lichen_patch",
	"placement": [
		{
			"type": "minecraft:count",
			"count": {
				"type": "minecraft:uniform",
				"value": {
					"max_inclusive": 5,
					"min_inclusive": 2
				}
			}
		},
		{
			"type": "minecraft:in_square"
		},
		{
			"type": "minecraft:height_range",
			"height": {
				"type": "minecraft:uniform",
				"max_inclusive": {
					"absolute": 180
				},
				"min_inclusive": {
					"absolute": 50
				}
			}
		},
		{
			"type": "minecraft:biome"
		}
	]
}