{
	"type": "minecraft:vegetation_patch",
	"config": {
		"depth": {
			"type": "minecraft:uniform",
			"value": {
				"max_inclusive": 2,
				"min_inclusive": 1
			}
		},
		"extra_bottom_block_chance": 0,
		"extra_edge_column_chance": 0.2,
		"ground_state": {
			"type": "minecraft:simple_state_provider",
			"state": {
				"Name": "create:asurine"
			}
		},
		"replaceable": "#ad_astra:moon_stone_replaceables",
		"surface": "floor",
		"vegetation_chance": 0.4,
		"vegetation_feature": {
			"feature": {
				"type": "minecraft:block_column",
				"config": {
					"allowed_placement": {
						"type": "minecraft:matching_blocks",
						"blocks": "minecraft:air"
					},
					"direction": "up",
					"layers": [
						{
							"height": {
								"type": "minecraft:weighted_list",
								"distribution": [
									{
										"data": {
											"type": "minecraft:uniform",
											"value": {
												"max_inclusive": 3,
												"min_inclusive": 0
											}
										},
										"weight": 5
									},
									{
										"data": {
											"type": "minecraft:uniform",
											"value": {
												"max_inclusive": 7,
												"min_inclusive": 1
											}
										},
										"weight": 1
									}
								]
							},
							"provider": {
								"type": "minecraft:simple_state_provider",
								"state": {
									"Name": "create:asurine"
								}
							}
						}
					],
					"prioritize_tip": true
				}
			},
			"placement": []
		},
		"vertical_range": 5,
		"xz_radius": {
			"type": "minecraft:uniform",
			"value": {
				"max_inclusive": 2,
				"min_inclusive": 1
			}
		}
	}
}