Removing debug code
This commit is contained in:
parent
b8b11a0e3e
commit
9d43d1bb9a
1 changed files with 0 additions and 2 deletions
|
@ -70,8 +70,6 @@ public class GeneratorMahoganyTree extends GeneratorBasicTree
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
System.out.println(this.leafLayers);
|
|
||||||
|
|
||||||
//Generate upper branches
|
//Generate upper branches
|
||||||
BlockPos branchStartPos = start.up(endHeight - 2);
|
BlockPos branchStartPos = start.up(endHeight - 2);
|
||||||
int branchHeight = (this.leafLayers - 1) + 2;
|
int branchHeight = (this.leafLayers - 1) + 2;
|
||||||
|
|
Loading…
Reference in a new issue