Creating page from Extendo's draft!

Evelyn Ivy 2021-01-24 01:05:27 -07:00
parent 3da0d9509b
commit 55a8a6377a

23
Mechanical-Arm.md Normal file

@ -0,0 +1,23 @@
Stress requirement: **2 SU** per RPM
Power source: **[[Cogwheel]]**, from side
The **Mechanical Arm** is a block used for advanced item transport and sorting. It can pick up items from open inventories and deposit them into open inventories and funnels. It can also be used to feed [Blaze Burners](Blaze-Burner).
## Obtaining
Mechanical Arms can be created through the following methods:
| Recipe | Input | Output |
| ------------- | ------------- | ------------- |
| <img src="https://i.imgur.com/rM2QF4u.png" width="250"> | **Crafting:**<br>1 [[Andesite Alloy]]<br>1 [Brass Casing](Casing)<br>3 [Brass Sheets](Brass)<br>1 [[Cogwheel]]<br>2 [[Electron Tubes]](Crafting-Components) | 1 Mechanical Arm |
## Usage
### Input/Output Configuration
Mechanical arms can be configured to take items from certain blocks (namely basins, chutes, deployers, depots, item drains, mechanical belts, millstones, and the space between two crushing wheels) and deposit items to blocks (specifically any that can be taken from, as well as blaze burners and funnels). To configure a mechanical arm, hold the item in your hand. Right-click on the block(s) you want to set as input(s) with the item. Right-click again to set the item as an output. Upon placement, the mechanical arm will have all inputs and outputs saved as block data. If an input/output is more than four blocks away from the mechanical arm upon placement, it will be deleted from the data.
### Modes
Mechanical arms have three modes for how they order the input sources they access, which can be changed by scrolling on the side of the arm while holding a wrench. The mode does not matter if the arm has only one output.
* Round Robin: place items in outputs in a cycle.
* Forced Round Robin: as round robin, but stalls if the next output on the list is full.
* Prefer First Target: prioritizes outputs by order of selection.