SimpleServiceLocator.specialtileconnection.registerHandler(new TesseractConnection());
SimpleServiceLocator.specialtileconnection.registerHandler(new EnderIOHyperCubeConnection());
Object renderer = null;
if(isClient) {
renderer = new FluidContainerRenderer();
}
LogisticsItemCard = new LogisticsItemCard();
LogisticsItemCard.setUnlocalizedName("logisticsItemCard");
GameRegistry.registerItem(LogisticsItemCard, LogisticsItemCard.getUnlocalizedName());