mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-28 16:06:48 +01:00
Merge remote-tracking branch 'origin/mc1.16/dev' into mc1.16/dev
This commit is contained in:
commit
e26d7d61f2
2 changed files with 1 additions and 1 deletions
0
changelog.txt
Normal file
0
changelog.txt
Normal file
|
@ -152,7 +152,7 @@ public class BlueprintEntity extends HangingEntity
|
|||
if (this.verticalOrientation == null)
|
||||
return;
|
||||
|
||||
Vector3d pos = Vector3d.atLowerCornerOf(blockPosition())
|
||||
Vector3d pos = Vector3d.atLowerCornerOf(getPos())
|
||||
.add(.5, .5, .5)
|
||||
.subtract(Vector3d.atLowerCornerOf(direction.getNormal())
|
||||
.scale(0.46875));
|
||||
|
|
Loading…
Reference in a new issue