{
	"feature": "beneath:glowstone_spikes",
	"placement": [
		{
			"type": "minecraft:rarity_filter",
			"chance": 6
		},
		{
			"type": "minecraft:count",
			"count": 16
		},
		{
			"type": "minecraft:in_square"
		},
		{
			"type": "minecraft:height_range",
			"height": {
				"type": "minecraft:uniform",
				"max_inclusive": {
					"below_top": 10
				},
				"min_inclusive": {
					"above_bottom": 29
				}
			}
		},
		{
			"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"
		}
	]
}