From 55a8a6377af3338bccc6f173b70577cfd29c1405 Mon Sep 17 00:00:00 2001 From: Evelyn Ivy <41385923+Spirolateral@users.noreply.github.com> Date: Sun, 24 Jan 2021 01:05:27 -0700 Subject: [PATCH] Creating page from Extendo's draft! --- Mechanical-Arm.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Mechanical-Arm.md diff --git a/Mechanical-Arm.md b/Mechanical-Arm.md new file mode 100644 index 0000000..8b616ad --- /dev/null +++ b/Mechanical-Arm.md @@ -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 | +| ------------- | ------------- | ------------- | +| | **Crafting:**
1 [[Andesite Alloy]]
1 [Brass Casing](Casing)
3 [Brass Sheets](Brass)
1 [[Cogwheel]]
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. \ No newline at end of file