{
	"feature": "tfc:mega_calcite",
	"placement": [
		{
			"type": "minecraft:rarity_filter",
			"chance": 20
		},
		{
			"type": "minecraft:in_square"
		},
		{
			"type": "minecraft:height_range",
			"height": {
				"type": "minecraft:uniform",
				"min_inclusive": {
					"absolute": 42
				},
				"max_inclusive": {
					"absolute": 128
				}
			}
		},
		{
			"type": "minecraft:block_predicate_filter",
			"predicate": {
				"type": "minecraft:all_of",
				"predicates": [
					{
						"type": "minecraft:matching_blocks",
						"blocks": "minecraft:air"
					},
					{
						"type": "minecraft:matching_block_tag",
						"offset": [ 0, -1, 0 ],
						"tag": "forge:stone"
					}
				]
			}
		},
		{
			"type": "minecraft:biome"
		}
	]
}