mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
Fix incorrect sapling placements
This commit is contained in:
parent
42e62a3698
commit
fc5db74f16
@ -180,7 +180,9 @@ public class TreeManager implements Listener {
|
||||
};
|
||||
|
||||
object.place(
|
||||
saplingPlane.getCenter(),
|
||||
saplingPlane.getCenter().getBlockX(),
|
||||
(int) (saplingPlane.getCenter().getBlockY() + object.getH() / 2),
|
||||
saplingPlane.getCenter().getBlockZ(),
|
||||
placer,
|
||||
placement,
|
||||
RNG.r,
|
||||
|
Loading…
x
Reference in New Issue
Block a user