Finish subfactory interface

This commit is contained in:
hal8174 2025-04-17 18:50:52 +02:00
parent 82394cc342
commit ff8795cea5
11 changed files with 537 additions and 310 deletions

View file

@ -10,7 +10,7 @@ struct Args {
json: bool,
assembly_machines: usize,
machine: String,
recipe: String,
recipe: Option<String>,
output_belt: Beltspeed,
input_belt: Vec<Beltspeed>,
}