Fix incorrect sapling placements

This commit is contained in:
Daniel Mills 2021-07-30 08:49:46 -04:00
parent 42e62a3698
commit fc5db74f16

View File

@ -180,7 +180,9 @@ public class TreeManager implements Listener {
}; };
object.place( object.place(
saplingPlane.getCenter(), saplingPlane.getCenter().getBlockX(),
(int) (saplingPlane.getCenter().getBlockY() + object.getH() / 2),
saplingPlane.getCenter().getBlockZ(),
placer, placer,
placement, placement,
RNG.r, RNG.r,