mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 03:53:12 +01:00
Attack of the remap, Part II
- Fixed Crafting Blueprints not able to be placed
This commit is contained in:
parent
05d581c779
commit
296b302160
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