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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user