@Override public void addInformation(ItemStack itemstack, World world, List list, ITooltipFlag flag) { double XP = 0; super.addInformation(itemstack, world, list, flag); xp = (double) ((itemstack).getOrCreateTag().getDouble("xplevel")); list.add(new StringTextComponent((("\u00A77") + "" + ((xp)) + "" + ("/500 levels")))); }