ME Chest can have its drive removed via automation via the front slot.

This commit is contained in:
AlgorithmX2
2014-05-24 23:49:24 -05:00
parent a861f09b01
commit baefedc4b8
+1 -1
View File
@@ -474,7 +474,7 @@ public class TileChest extends AENetworkPowerTile implements IMEChest, IFluidHan
@Override
public boolean canExtractItem(int i, ItemStack itemstack, int j)
{
return false;
return i == 1;
}
@Override