Get serialization parity for direct abstract blueprint serialization
This commit is contained in:
parent
a5d3819114
commit
48a648716d
3 changed files with 108 additions and 7 deletions
|
|
@ -521,7 +521,7 @@ pub fn generate_factory<L: Layouter, P: Pathfinder + Sync, R: Rng + SeedableRng
|
|||
Some(true),
|
||||
Some("deconstruction-planner".to_string()),
|
||||
));
|
||||
blueprints.push(blueprint.clone());
|
||||
blueprints.push(blueprint);
|
||||
blocks.push(macro_block.clone());
|
||||
amount += input_connections[input_index].1.amount;
|
||||
input_index += 1;
|
||||
|
|
@ -556,7 +556,7 @@ pub fn generate_factory<L: Layouter, P: Pathfinder + Sync, R: Rng + SeedableRng
|
|||
Some(true),
|
||||
None,
|
||||
));
|
||||
blueprints.push(blueprint.clone());
|
||||
blueprints.push(blueprint);
|
||||
blocks.push(macro_block.clone());
|
||||
} else {
|
||||
intermediate_connections_output.insert(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue