@SideOnly(Side.CLIENT)
public void renderGatesWires(LogisticsTileGenericPipe pipe, double x, double y, double z) {
renderGates(pipe, x, y, z);
BCRenderState bcRenderState = (BCRenderState) pipe.renderState.bcRenderState.getOriginal();
if (bcRenderState.wireMatrix.hasWire(PipeWire.RED)) {
pipeWireRender(pipe, LPConstants.PIPE_MIN_POS, LPConstants.PIPE_MAX_POS, LPConstants.PIPE_MIN_POS, PipeWire.RED, x, y, z);
}