9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 10:39:07 +00:00

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<BlockState> blockStateList = new KList<>();
saplingPlane.forEach(b -> blockStateList.add(b.getState()));
// Create object placer
IObjectPlacer placer = new IObjectPlacer() {