Add flush command
This commit is contained in:
parent
18bd475a5d
commit
5a0aadc063
@ -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 <number>.<index>` schaltet den Autocrafter auf ein Rezept des TA4 Rezept Blocks um. `<number>` ist die Nummer des Rezept Blocks, `<index>` die Rezept-Nummer. Beispiel: `$send_cmnd(1234, "recipe", 5467.1)`
|
||||
`recipe "<number>.<index>"` schaltet den Autocrafter auf ein Rezept des TA4 Rezept Blocks um. `<number>` ist die Nummer des Rezept Blocks, `<index>` 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
|
||||
|
@ -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 <number>.<index>` switches the autocrafter to a recipe from the TA4 Recipe Block. `<number>` is the number of the recipe block, `<index>` the recipe number. Example: `$send_cmnd(1234, "recipe", 5467.1)`
|
||||
`recipe "<number>.<index>"` switches the autocrafter to a recipe from the TA4 Recipe Block. `<number>` is the number of the recipe block, `<index>` 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
|
||||
|
Loading…
Reference in New Issue
Block a user