{
	"feature": "tfg:nether/terrain/huge_quartz",
	"placement": [
		{
			"type": "minecraft:count",
			"count": {
				"type": "minecraft:uniform",
				"value": {
					"max_inclusive": 15,
					"min_inclusive": 5
				}
			}
		},
		{
			"type": "minecraft:in_square"
		},
		{
			"type": "minecraft:height_range",
			"height": {
				"type": "minecraft:uniform",
				"max_inclusive": {
					"absolute": 180
				},
				"min_inclusive": {
					"absolute": 50
				}
			}
		},
		{
			"type": "minecraft:biome"
		}
	]
}