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
+2 -1
View File
@@ -2,6 +2,7 @@ package appeng.items.storage;
import java.util.EnumSet;
import java.util.List;
import java.util.Set;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.entity.player.InventoryPlayer;
@@ -167,7 +168,7 @@ public class ItemBasicStorageCell extends AEBaseItem implements IStorageCell, II
}
@Override
public String getUnlocalizedGroupName(ItemStack is)
public String getUnlocalizedGroupName(Set<ItemStack> others, ItemStack is)
{
return GuiText.StorageCells.getUnlocalized();
}