Storage Bus no longer shows items that cannot be extracted.

This commit is contained in:
AlgorithmX2
2014-08-11 22:56:33 -05:00
parent 0e65911673
commit feb7d7be95
3 changed files with 9 additions and 3 deletions
+2
View File
@@ -13,6 +13,8 @@ public class ItemSlot
private IAEItemStack aeitemstack;
private ItemStack itemStack;
public boolean isExtractable;
public void setItemStack(ItemStack is)
{
aeitemstack = null;