@Override
public void load() {
super.load();
//make sure the tooltip stuff is registered
TooltipAddera tta = TooltipAddera.instance;
// Renderers
AbstractMachineBlock.renderId = RenderingRegistry.getNextAvailableRenderId();
AbstractMachineRenderer machRen = new AbstractMachineRenderer();