{
	"feature": "tfg:nether/terrain/huge_column",
	"placement": [
		{
			"type": "minecraft:count",
			"count": {
				"type": "minecraft:uniform",
				"value": {
					"max_inclusive": 10,
					"min_inclusive": 3
				}
			}
		},
		{
			"type": "minecraft:in_square"
		},
		{
			"type": "minecraft:height_range",
			"height": {
				"type": "minecraft:uniform",
				"max_inclusive": {
					"below_top": 10
				},
				"min_inclusive": {
					"above_bottom": 10
				}
			}
		},
		{
			"type": "minecraft:biome"
		}
	]
}