Updated Mechanical Arm (markdown)

Evelyn Ivy 2021-01-24 01:08:31 -07:00
parent 30e245049c
commit cd97ff1d7b

@ -18,6 +18,6 @@ Mechanical arms can be configured to take items from certain blocks (namely basi
### Modes ### 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. 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. * **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. * **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. * **Prefer First Target:** prioritizes outputs by order of selection.