SimpleServiceLocator.machineProgressProvider.registerProgressProvider(LogisticsWrapperHandler.getWrappedProgressProvider("IC2", "Generic", IC2ProgressProvider.class));
MainProxy.proxy.registerTileEntities();
ICraftingParts parts = SimpleServiceLocator.buildCraftProxy.getRecipeParts();
//NO BC => NO RECIPES (for now)
if(parts != null) {
SimpleServiceLocator.IC2Proxy.addCraftingRecipes(parts);
SimpleServiceLocator.forestryProxy.addCraftingRecipes(parts);
SimpleServiceLocator.thaumCraftProxy.addCraftingRecipes(parts);