demipixel / factorio-generators

Generators for blueprints like outposts in factorio, used by autotorio.com
50 stars 14 forks source link

Feature Request: change blueprint name in blueprintTool #26

Closed EmperorArthur closed 6 years ago

EmperorArthur commented 6 years ago

I've found myself using blueprint tool to flip several blueprints. However, it's somewhat confusing when the new blueprint has the same name as the old one.

A re-name option would be greatly appreciated, and shouldn't be that hard to implement.

demipixel commented 6 years ago

This can easily be done in this library by simply using bp.name = 'Name here'. Please reopen in the Autotorio repository is you're interested in having it there!