diff --git a/parts/reporting/PartStorageMonitor.java b/parts/reporting/PartStorageMonitor.java index 757442c05..69dcafc74 100644 --- a/parts/reporting/PartStorageMonitor.java +++ b/parts/reporting/PartStorageMonitor.java @@ -59,6 +59,8 @@ public class PartStorageMonitor extends PartMonitor implements IPartStorageMonit @Override public void onPlacement(EntityPlayer player, ItemStack held, ForgeDirection side) { + super.onPlacement( player, held, side ); + byte rotation = (byte) (MathHelper.floor_double( (double) ((player.rotationYaw * 4F) / 360F) + 2.5D ) & 3); if ( side == ForgeDirection.UP ) spin = rotation;