BlockTurbineRotorPart.renderId = RenderingRegistry.getNextAvailableRenderId();
ISimpleBlockRenderingHandler rotorISBRH = new RotorSimpleRenderer();
RenderingRegistry.registerBlockHandler(BlockTurbineRotorPart.renderId, rotorISBRH);
if(BigReactors.blockTurbinePart != null) {
ClientRegistry.bindTileEntitySpecialRenderer(TileEntityTurbineRotorBearing.class, new RotorSpecialRenderer());
}
}