Skip to content

Commit

Permalink
fix: leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Jan 22, 2025
1 parent c4fd798 commit 7501cc4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ public List<FoliagePlacer.FoliageAttachment> placeTrunk(LevelSimulatedReader lev
BlockPos upper2 = top.below(1).relative(d, 3);
this.placeLog(level, setter, random, upper2, config);

// TODO
if (this.wood.isPresent()/* && this.roots.isPresent()*/) {
if (this.wood.isPresent()) {

// Place side roots
int rootSize = baseRootHeight + ArrayUtils.indexOf(HORIZONTAL_PLANE_SHUFFLE, d);
Expand Down

0 comments on commit 7501cc4

Please sign in to comment.