mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-02 16:05:29 +00:00
fix typo
This commit is contained in:
parent
7f988dcf26
commit
c0d26256af
@ -39,7 +39,7 @@ public class OakTree extends FractalTree {
|
||||
|
||||
private void growBranch(Location l1, Vector3 diff, double d1, int recursions, Random r) {
|
||||
BlockData wood = getMain().getWorldHandle().createBlockData("minecraft:oak_wood");
|
||||
BlockData leaves = getMain().getWorldHandle().createBlockData("minecraft:oak_leave");
|
||||
BlockData leaves = getMain().getWorldHandle().createBlockData("minecraft:oak_leaves");
|
||||
if(recursions > 1) {
|
||||
geo.generateSphere(l1, leaves, 1 + r.nextInt(2) + (3 - recursions), false, r);
|
||||
if(recursions > 2) return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user