From cd97ff1d7b3dbb0bcc891b4024d1af801571bcd8 Mon Sep 17 00:00:00 2001 From: Evelyn Ivy <41385923+Spirolateral@users.noreply.github.com> Date: Sun, 24 Jan 2021 01:08:31 -0700 Subject: [PATCH] Updated Mechanical Arm (markdown) --- Mechanical-Arm.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Mechanical-Arm.md b/Mechanical-Arm.md index 323e02c..be7fd27 100644 --- a/Mechanical-Arm.md +++ b/Mechanical-Arm.md @@ -18,6 +18,6 @@ Mechanical arms can be configured to take items from certain blocks (namely basi ### 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 +* **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