{
	"format_version": "1.16.100",
	"minecraft:feature_rules": {
		"description": {
			"identifier": "da:bugged_tree_example_feature_rule",
			"places_feature": "da:bugged_tree_example_feature"
		},
		"conditions": {
			"placement_pass": "surface_pass",
			"minecraft:biome_filter": [
				{
					"test": "has_biome_tag",
					"operator": "==",
					"value": "birch"
				}
			]
		},
		"distribution": {
			"iterations": 1,
			"scatter_chance": "2/10",
			"x": {
				"distribution": "uniform",
				"extent": [	0, 16 ]
			},
			"y": "query.heightmap(variable.worldx, variable.worldz)",
			"z": {
				"distribution": "gaussian",
				"extent": [	0, 32 ]
			}
		}
	}
}