{
	"type": "tfc:pipe_vein",
	"config": {
		"rarity": 45,
		"size": 50,
		"density": 0.4,
		"min_y": 32,
		"max_y": 200,
		"random_name": "magma_pipe",
		"height": 80,
		"radius": 5,
		"min_skew": 7,
		"max_skew": 20,
		"min_slant": 2,
		"max_slant": 5,
		"project": false,
		"sign": 0,
		"blocks": [
			{
				"replace": [
					"minecraft:blackstone",
					"tfg:rock/hardened_blackstone"
				],
				"with": [
					{
						"weight": 1,
						"block": "minecraft:magma_block"
					}
				]
			},
			{
				"replace": [
					"tfc:rock/raw/granite",
					"tfc:rock/hardened/granite"
				],
				"with": [
					{
						"weight": 1,
						"block": "tfc:rock/magma/granite"
					}
				]
			},
			{
				"replace": [
					"tfc:rock/raw/diorite",
					"tfc:rock/hardened/diorite"
				],
				"with": [
					{
						"weight": 1,
						"block": "tfc:rock/magma/diorite"
					}
				]
			},
			{
				"replace": [
					"tfc:rock/raw/gabbro",
					"tfc:rock/hardened/gabbro"
				],
				"with": [
					{
						"weight": 1,
						"block": "tfc:rock/magma/gabbro"
					}
				]
			},
			{
				"replace": [
					"tfc:rock/raw/basalt",
					"tfc:rock/hardened/basalt"
				],
				"with": [
					{
						"weight": 1,
						"block": "tfc:rock/magma/basalt"
					}
				]
			}
		]
	}
}