mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-23 16:39:22 +00:00
Fix incorrect sapling placements
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user