var38 = (screenWidth - font.getStringWidth(var34)) / 2;
this.mc.mcProfiler.startSection("toolHighlight");
if (this.remainingHighlightTicks > 0 && this.highlightingItemStack != null) {
if (this.highlightingItemStack.itemID == MaterialData.flint.getRawId()) {
custom = Spoutcraft.getMaterialManager().getToolTip(new CraftItemStack(this.highlightingItemStack));
}
if (custom != null) {
String[] split = custom.split("\n");
String newCustom = split[0];
var35 = newCustom;