{
	"type": "minecraft:random_patch",
	"config": {
		"feature": {
			"feature": {
				"type": "minecraft:simple_block",
				"config": {
					"to_place": {
						"type": "minecraft:simple_state_provider",
						"state": {
							"Name": "betterend:aeridium"
						}
					}
				}
			},
			"placement": [
				{
					"type": "minecraft:block_predicate_filter",
					"predicate": {
						"type": "minecraft:all_of",
						"predicates": [
							{
								"type": "minecraft:matching_blocks",
								"blocks": "minecraft:air"
							},
							{
								"type": "minecraft:any_of",
								"predicates": [
									{
										"type": "minecraft:matching_block_tag",
										"offset": [ 0, -1, 0 ],
										"tag": "tfg:mars_soil"
									},
									{
										"type": "minecraft:matching_blocks",
										"offset": [ 0, -1, 0 ],
										"blocks": [
											"tfc:rock/raw/basalt",
											"tfc:rock/raw/gabbro",
											"gtceu:red_granite"
										]
									}
								]
							}
						]
					}
				}
			]
		},
		"tries": 24,
		"xz_spread": 10,
		"y_spread": 3
	}
}