API Synced or Spatial, also one last change with grinder.

This commit is contained in:
AlgorithmX2
2014-07-20 01:51:51 -05:00
parent fdc263702e
commit 1a1025b8c9
6 changed files with 64 additions and 1 deletions
+3
View File
@@ -35,6 +35,9 @@ public class TileGrinder extends AEBaseInvTile implements ICrankable
private void addItem(InventoryAdaptor sia, ItemStack output)
{
if ( output == null )
return;
ItemStack notAdded = sia.addItems( output );
if ( notAdded != null )
{