if (LPConstants.DEV_BUILD) {
log.debug("You are using a dev version.");
log.debug("While the dev versions contain cutting edge features, they may also contain more bugs.");
log.debug("Please report any you find to https://github.com/RS485/LogisticsPipes/issues");
}
SimpleServiceLocator.setPipeInformationManager(new PipeInformaitonManager());
if (Configs.EASTER_EGGS) {
Calendar calendar = Calendar.getInstance();
int day = calendar.get(Calendar.DAY_OF_MONTH);
int month = calendar.get(Calendar.MONTH);