Show only Export Bus on Crafting Card instead of Import/Exprot Bus.

This commit is contained in:
AlgorithmX2
2014-07-12 20:02:40 -05:00
parent 4748db9e74
commit 859ee9eaae
5 changed files with 36 additions and 10 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ public class ItemMultiMaterial extends AEBaseItem implements IStorageComponent,
if ( j.getKey().getItem() instanceof IItemGroup )
{
IItemGroup ig = (IItemGroup) j.getKey().getItem();
String str = ig.getUnlocalizedGroupName( j.getKey() );
String str = ig.getUnlocalizedGroupName( u.getSupported().keySet(), j.getKey() );
if ( str != null )
name = Platform.gui_localize( str ) + (limit > 1 ? " (" + limit + ")" : "");
}