{
	"type": "tfg:fluidlogged_vegetation_patch",
	"config": {
		"depth": 1,
		"extra_bottom_block_chance": 0.8,
		"extra_edge_column_chance": 0.7,
		"ground_state": {
			"type": "minecraft:simple_state_provider",
			"state": {
				"Name": "tfg:hardened_clay"
			}
		},
		"fluid_state": "tfg:fluid/muddy_water",
		"replaceable": "#minecraft:nether_carver_replaceables",
		"surface": "floor",
		"vegetation_chance": 0.1,
		"vegetation_feature": {
			"feature": "tfc:loose_rock",
			"placement": [
				{
					"type": "minecraft:random_offset",
					"xz_spread": 0,
					"y_spread": -1
				},
				{
					"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
			}
		}
	}
}