{
	"feature": "tfg:nether/surface/pumice_patch",
	"placement": [

		{
			"type": "minecraft:rarity_filter",
			"chance": 3
		},
		{
			"type": "minecraft:count_on_every_layer",
			"count": 10
		},
		{
			"type": "minecraft:height_range",
			"height": {
				"type": "minecraft:uniform",
				"max_inclusive": {
					"above_bottom": 50
				},
				"min_inclusive": {
					"above_bottom": 30
				}
			}
		},
		{
			"type": "tfc:near_fluid",
			"fluids": [
				"minecraft:lava"
			],
			"radius": 5
		},
		{
			"type": "minecraft:in_square"
		},
		{
			"type": "minecraft:biome"
		}
	]
}