From 5a0aadc06347f198179dd6a66cdd5d50681a20f3 Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Sat, 16 Sep 2023 12:04:43 +0200 Subject: [PATCH] Add flush command --- manuals/manual_ta4_DE.md | 6 +++++- manuals/manual_ta4_EN.md | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/manuals/manual_ta4_DE.md b/manuals/manual_ta4_DE.md index 02ba443..058e6ad 100644 --- a/manuals/manual_ta4_DE.md +++ b/manuals/manual_ta4_DE.md @@ -832,12 +832,16 @@ Die Verarbeitungsleistung beträgt 4 Items alle 4 s. Der Autocrafter benötigt h Zusätzlich unterstützt der TA4 Autocrafter die Auswahl unterschiedlicher Rezepte über folgende Kommandos: -`recipe .` schaltet den Autocrafter auf ein Rezept des TA4 Rezept Blocks um. `` ist die Nummer des Rezept Blocks, `` die Rezept-Nummer. Beispiel: `$send_cmnd(1234, "recipe", 5467.1)` +`recipe "."` schaltet den Autocrafter auf ein Rezept des TA4 Rezept Blocks um. `` ist die Nummer des Rezept Blocks, `` die Rezept-Nummer. Beispiel: `$send_cmnd(1234, "recipe", "5467.1")` Alternativ kann ein Rezept auch über die Zutatenliste ausgewählt werden, wie bspw.: `$send_cmnd(1234, "recipe", "default:coal_lump,,,default:stick")` Hier müssen alle technische Namen eines Rezeptes durch Kommas getrennt angegeben werden. Siehe auch das Kommando `input` beim TA4 Rezept Block. +Das Kommando `flush` verschiebt alle Artikel vom Eingabeinventar in das Ausgabeinventar. Das Kommando liefert `true` zurück, wenn das Eingabeinventar dabei vollständig geleert wurde. Falls `false` zurückgeliefert wurde (Ausgabeinventar voll), muss das Kommando zu einem späteren Zeitpunkt wiederholt werden. + + + [ta4_autocrafter|image] ### TA4 Tank / TA4 Tank diff --git a/manuals/manual_ta4_EN.md b/manuals/manual_ta4_EN.md index 0f168c5..3764968 100644 --- a/manuals/manual_ta4_EN.md +++ b/manuals/manual_ta4_EN.md @@ -823,12 +823,14 @@ The processing power is 4 items every 4 s. The autocrafter requires 9 ku of elec In addition, the TA4 Autocrafter supports the selection of different recipes using the following commands: -`recipe .` switches the autocrafter to a recipe from the TA4 Recipe Block. `` is the number of the recipe block, `` the recipe number. Example: `$send_cmnd(1234, "recipe", 5467.1)` +`recipe "."` switches the autocrafter to a recipe from the TA4 Recipe Block. `` is the number of the recipe block, `` the recipe number. Example: `$send_cmnd(1234, "recipe", "5467.1")` Alternatively, a recipe can also be selected via the list of ingredients, such as: `$send_cmnd(1234, "recipe", "default:coal_lump,,,default:stick")` All technical names of a recipe must be specified here, separated by commas. See also the command `input` in the TA4 recipe block. +The `flush` command moves all items from the input inventory to the output inventory. The command returns `true` if the input inventory was completely emptied. If `false` was returned (output inventory full), the command must be repeated at a later time. + [ta4_autocrafter|image] ### TA4 Tank