Normaly it is not possible to show type in custom format. If you want to you have to add this line to eg-attachments-public.inc.php:
$tmp = preg_replace("/%TYPE%/",strtoupper($fields_value['type']),$tmp);
to the part created by Jxs starting with line:
case 'custom': //Functionality added by Jxs / http://www.jxs.nl
Enjoy