Err too much.

This commit is contained in:
AlgorithmX2
2014-01-20 10:41:37 -06:00
parent 5652ec30ec
commit 834e9c04c5
159 changed files with 7953 additions and 1541 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ public class TileGrinder extends AEBaseInvTile implements ICrankable
{
i = i.copy();
i.setStackSize( r.getInput().stackSize );
IAEItemStack ais = input.extractItems( (IAEItemStack) i, Actionable.MODULATE );
IAEItemStack ais = input.extractItems( (IAEItemStack) i, Actionable.MODULATE, null );
if ( ais != null )
this.setInventorySlotContents( 6, ais.getItemStack() );
return true;