Attack of the remap, Part II

- Fixed Crafting Blueprints not able to be placed
This commit is contained in:
simibubi 2021-07-31 14:13:29 +02:00
parent 05d581c779
commit 296b302160
2 changed files with 1 additions and 1 deletions

0
changelog.txt Normal file
View file

View 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));