{
	"feature": "minecraft:basalt_pillar",
	"placement": [
		{
			"type": "minecraft:count",
			"count": 20
		},
		{
			"type": "minecraft:in_square"
		},
		{
			"type": "minecraft:height_range",
			"height": {
				"type": "minecraft:uniform",
				"max_inclusive": {
					"absolute": 200
				},
				"min_inclusive": {
					"absolute": 80
				}
			}
		},
		{
			"type": "minecraft:biome"
		}
	]
}