Get serialization parity for direct abstract blueprint serialization

This commit is contained in:
hal8174 2025-04-05 23:44:44 +02:00
parent a5d3819114
commit 48a648716d
3 changed files with 108 additions and 7 deletions

View file

@ -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(