Choose bifurcating or trifurcating, angle, color, & curve. Bifurcation splits to 2 branches (more like deciduous) Trifurcating splits to 3 branches (more like coniferous).
Trifurcating requires a few more code blocks than does bifurcating. Relatively little code! Relies on recursion. Making just one or the other branching type is simpler--see my: https://scratch.mit.edu/projects/785084620/ which allows you to design a greater range of plant types. I've gradually streamlined code for plant branching over many months.