Localized P2P Types.

This commit is contained in:
AlgorithmX2
2014-01-31 11:32:30 -06:00
parent 8460cffd6c
commit ecd7ea67b6
3 changed files with 26 additions and 9 deletions
+3
View File
@@ -138,6 +138,9 @@ public class ItemPart extends AEBaseItem implements IPartItem, IItemGroup
if ( varients != null )
return super.getItemDisplayName( is ) + " - " + varients[dmgToPart.get( is.getItemDamage() ).varient].toString();
if ( pt.getExtraName() != null )
return super.getItemDisplayName( is ) + " - " + pt.getExtraName().getLocal();
return super.getItemDisplayName( is );
}