{
	"type": "tfg:fluidlogged_vegetation_patch",
	"config": {
		"depth": 1,
		"extra_bottom_block_chance": 0.2,
		"extra_edge_column_chance": 0.5,
		"ground_state": {
			"type": "minecraft:simple_state_provider",
			"state": {
				"Name": "tfg:halite"
			}
		},
		"fluid_state": "tfc:fluid/salt_water",
		"replaceable": "#minecraft:nether_carver_replaceables",
		"surface": "floor",
		"vegetation_chance": 0.3,
		"vegetation_feature": {
			"feature": {
				"type": "minecraft:simple_block",
				"config": {
					"to_place": {
						"type": "minecraft:simple_state_provider",
						"state": {
							"Name": "tfc:plant/red_algae"
						}
					}
				}
			},
			"placement": [
				{
					"type": "block_predicate_filter",
					"predicate": {
						"type": "tfc:air_or_empty_fluid"
					}
				}
			]
		},
		"vertical_range": 3,
		"xz_radius": {
			"type": "minecraft:uniform",
			"value": {
				"max_inclusive": 3,
				"min_inclusive": 2
			}
		}
	}
}