textList.set(i, textList.get(i) + " (searching " + searchedStack.getDisplayName() + ")");
break;
}
}
}
RenderCoordWireframe coordHandler = getCoordTrackLocation(iStack);
if(coordHandler != null) {
for(int i = 0; i < textList.size(); i++) {
if(((String)textList.get(i)).contains("Coordinate Tracker")) {
textList.set(i, textList.get(i) + " (tracking " + coordHandler.x + ", " + coordHandler.y + ", " + coordHandler.z + " in " + coordHandler.worldObj.provider.getDimensionName() + ")");
break;