Fix placement orientation for tile entities facing away from the player.
This commit is contained in:
@@ -118,7 +118,7 @@ public class AEBaseBlockItem extends BlockItem
|
||||
else
|
||||
{
|
||||
up = Direction.UP;
|
||||
forward = context.getPlacementHorizontalFacing();
|
||||
forward = context.getPlacementHorizontalFacing().getOpposite();
|
||||
|
||||
if (player != null) {
|
||||
if (player.rotationPitch > 65) {
|
||||
|
||||
Reference in New Issue
Block a user