[boskid][1.1.85] Blueprint name not saved when using empty blueprint from blueprint library

Post Reply
User avatar
MatHack
Inserter
Inserter
Posts: 21
Joined: Sat Sep 24, 2016 11:26 am
Contact:

[boskid][1.1.85] Blueprint name not saved when using empty blueprint from blueprint library

Post by MatHack »

Put an empty blueprint straight from the toolbar into the blueprint library (either 'My blueprints' or 'Game blueprints'). Then pickup that empty blueprint and select something to blueprint and set the name (yes I clicked the set name button), when you create the blueprint the name is gone. This also happens for blueprints in a book in the library.
Blueprints used this way from the inventory (either directly or from a book) DO work.

name-not-saved-blueprint.png
name-not-saved-blueprint.png (2.04 MiB) Viewed 467 times
Dev by day, gamer by night

User avatar
boskid
Factorio Staff
Factorio Staff
Posts: 2250
Joined: Thu Dec 14, 2017 6:56 pm
Contact:

Re: [boskid][1.1.85] Blueprint name not saved when using empty blueprint from blueprint library

Post by boskid »

Thanks for the report. Issue will be fixed in 2.0.

Core of the issue is that blueprints in library are different objects than blueprints in inventory. When setting up that blueprint in library first a blueprint item is created but then it is cloned to blueprint record in the library. Common part of the blueprint (the blueprint content) is copied correctly however label is stored in a different place (blueprint items are item-with-label) and so the label had to be handled separately and it was not handled here.

Post Reply

Return to “Fixed for 2.0”