{
    "type": "minecraft:tree",
    "config": {
        "decorators": [],
        "below_trunk_provider": {
            "type": "minecraft:rule_based_state_provider",
            "rules": [
                {
                    "if_true": {
                        "type": "minecraft:not",
                        "predicate": {
                            "type": "minecraft:matching_block_tag",
                            "tag": "minecraft:cannot_replace_below_tree_trunk"
                        }
                    },
                    "then": {
                        "type": "minecraft:simple_state_provider",
                        "state": {
                            "Name": "minecraft:dirt"
                        }
                    }
                }
            ]
        },
        "dirt_provider": {
            "type": "minecraft:simple_state_provider",
            "state": {
                "Name": "minecraft:dirt"
            }
        },
        "foliage_placer": {
            "type": "minecraft:cherry_foliage_placer",
            "corner_hole_chance": 0.25,
            "hanging_leaves_chance": 0.16666667,
            "hanging_leaves_extension_chance": 0.33333334,
            "height": 7,
            "offset": 0,
            "radius": 4,
            "wide_bottom_layer_hole_chance": 0.25
        },
        "foliage_provider": {
            "type": "minecraft:simple_state_provider",
            "state": {
                "Name": "minecraft:cherry_leaves",
                "Properties": {
                    "distance": "7",
                    "persistent": "false",
                    "waterlogged": "false"
                }
            }
        },
        "force_dirt": false,
        "ignore_vines": true,
        "minimum_size": {
            "type": "minecraft:two_layers_feature_size",
            "limit": 1,
            "lower_size": 0,
            "upper_size": 2
        },
        "trunk_placer": {
            "type": "minecraft:cherry_trunk_placer",
            "base_height": 9,
            "branch_count": {
                "type": "minecraft:weighted_list",
                "distribution": [
                    {
                        "data": 1,
                        "weight": 1
                    },
                    {
                        "data": 2,
                        "weight": 1
                    },
                    {
                        "data": 3,
                        "weight": 1
                    }
                ]
            },
            "branch_end_offset_from_top": {
                "type": "minecraft:uniform",
                "max_inclusive": 0,
                "min_inclusive": -1
            },
            "branch_horizontal_length": {
                "type": "minecraft:uniform",
                "max_inclusive": 4,
                "min_inclusive": 2
            },
            "branch_start_offset_from_top": {
                "max_inclusive": -3,
                "min_inclusive": -4
            },
            "height_rand_a": 5,
            "height_rand_b": 3
        },
        "trunk_provider": {
            "type": "minecraft:simple_state_provider",
            "state": {
                "Name": "minecraft:cherry_log",
                "Properties": {
                    "axis": "y"
                }
            }
        }
    }
}