mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
1 more todo
This commit is contained in:
parent
c80edcfe9f
commit
80545ce1f2
@ -68,6 +68,7 @@ public class TreeManager implements Listener {
|
||||
Iris.debug("Sapling grew @ " + event.getLocation() + " for " + event.getSpecies().name() + " usedBoneMeal is " + event.isFromBonemeal());
|
||||
|
||||
// Calculate size, type & placement
|
||||
// TODO: Patch algorithm to retrieve saplings, as it's not working as intended (only ever returns 1x1)
|
||||
Cuboid saplingPlane = getSaplings(event.getLocation(), blockData -> event.getLocation().getBlock().getBlockData().equals(blockData), event.getWorld());
|
||||
Iris.debug("Sapling plane is: " + saplingPlane.getSizeX() + " by " + saplingPlane.getSizeZ());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user