{
	"type": "minecraft:random_selector",
	"config": {
		"default": {
			"feature": {
				"type": "tfg:tall_decorative_plant",
				"config": {
					"block": "tfg:plant/blackthorn",
					"plantHeight": 2,
					"minHeight": 1,
					"maxHeight": 4,
					"middle": 0
				}
			},
			"placement": []
		},
		"features": [
			{
				"chance": 0.2,
				"feature": {
					"feature": {
						"type": "minecraft:simple_block",
						"config": {
							"to_place": {
								"type": "minecraft:weighted_state_provider",
								"entries": [
									{
										"data": {
											"Name": "betterend:murkweed"
										},
										"weight": 30
									},
									{
										"data": {
											"Name": "betterend:needlegrass"
										},
										"weight": 100
									},
									{
										"data": {
											"Name": "tfg:plant/wither_rose"
										},
										"weight": 1
									}
								]
							}
						}
					},
					"placement": []
				}
			}
		]
	}
}