Removed All Incomplete Items From Build.

Fixed Security GUI leaking into other Guis.
Fixed Bug in AE Fluid Stacks.
Fixed Power Drain in Matter Cannon if there is no ammo.
Fixed Not being able to store empty storage cells in Portable Cell.
Fixed Red Background on Upgrade Slots.
This commit is contained in:
AlgorithmX2
2014-02-01 12:13:12 -06:00
parent 97eaf35f6a
commit ee99dce791
8 changed files with 45 additions and 45 deletions
@@ -85,9 +85,6 @@ public class ToolPortableCell extends AEBasePoweredItem implements IStorageCell,
{
Item i = requsetedAddition.getItem();
if ( i instanceof IStorageCell )
return !((IStorageCell) i).storableInStorageCell();
return false;
}