This is not part of the tree.

This commit is contained in:
Daniel Mills 2021-07-27 14:38:21 -04:00
parent 83b4f645db
commit e918daaa9b

View File

@ -89,7 +89,6 @@ public class TreeManager implements Listener {
// List of new blocks // List of new blocks
List<BlockState> blockStateList = new KList<>(); List<BlockState> blockStateList = new KList<>();
saplingPlane.forEach(b -> blockStateList.add(b.getState()));
// Create object placer // Create object placer
IObjectPlacer placer = new IObjectPlacer() { IObjectPlacer placer = new IObjectPlacer() {