GlassBricks / StagedBlueprintPlanning

The ultimate Factorio mod for advanced blueprint planning.
GNU Lesser General Public License v3.0
10 stars 2 forks source link

🐛 Blueprint book templates should auto-update the name book when the project name changes #49

Closed lisa closed 3 weeks ago

lisa commented 1 month ago

If I create a blueprint book template through the mod, it will fix the name of the resulting blueprint book to the name at (template) creation. That means if I change the name of the underlying project (say, to reflect a new version number), the resulting blueprint book will keep the name set at template creation.

In other words: Project named Test (v1.0.0). I create a blueprint template to arrange the stages around and then make a book, I get a book named Test (v1.0.0), as expected. Iterating on the design and changing the project's name to Test (v1.0.1) and then making a blueprint book, I get a book named Test (v1.0.0). I think it should be named Test (v1.0.1) because if you don't use a book template, the blueprint book will carry forward the new name of the project.

GlassBricks commented 3 weeks ago

Should be fixed in latest patch v0.33.2!