This commit is contained in:
AlgorithmX2
2014-05-25 18:35:44 -05:00
6 changed files with 69 additions and 6 deletions
+1
View File
@@ -74,6 +74,7 @@ public class MFRDSU implements IMEInventory<IAEItemStack>
{
if ( request.getStackSize() >= is.stackSize )
{
is = is.copy();
if ( mode == Actionable.MODULATE )
dsu.setStoredItemCount( 0 );
return AEItemStack.create( is );