Add fuel to train schedules

This commit is contained in:
hal8174 2024-11-24 14:12:53 +01:00
parent 3beab0c64d
commit 7fd42f45c7
3 changed files with 55 additions and 3 deletions

View file

@ -31,10 +31,11 @@ fn main() {
BlueprintBook::builder()
.blueprints(b)
.active_index(0)
.version(562949954797573)
.build(),
);
// let b = BlueprintString::Blueprint(generate_train(1, 2, false, false));
println!("{}", serde_json::to_string_pretty(&b).unwrap());
println!(