rb.setRenderBounds(pushPullBounds.minX, pushPullBounds.minY, pushPullBounds.minZ,
pushPullBounds.maxX, pushPullBounds.maxY, pushPullBounds.maxZ);
}
IIcon icon = EnderIO.blockTransceiver.getOverlayIconForMode(mode);
if(icon != null) {
rb.doDefaultRenderFace(dir, EnderIO.blockTransceiver, 0, 0, 0, icon);
}
}
}
Tessellator.instance.draw();