}
@Override
public void renderStatic(float size, TileEntity te){
if(te instanceof TileEntityUVLightBox) {
TileEntityUVLightBox tile = (TileEntityUVLightBox)te;
renderModel(size, tile.leftConnected, tile.rightConnected, tile.areLightsOn);
if(blueprintEntity == null) {
blueprintEntity = new EntityItem(tile.getWorldObj());
blueprintEntity.setEntityItemStack(new ItemStack(Itemss.PCBBlueprint));
blueprintEntity.hoverStart = 0.0F;
}
if(pcbEntity == null) {
pcbEntity = new EntityItem(tile.getWorldObj());
pcbEntity.setEntityItemStack(new ItemStack(Itemss.emptyPCB));
pcbEntity.hoverStart = 0.0F;
}
float scaleFactor = 1.0F;// getGhostItemScaleFactor(tileGlassBell.getStackInSlot(TileGlassBell.DISPLAY_SLOT_INVENTORY_INDEX));
// float rotationAngle = (float) (720.0 *