Allow read/write to blueprint's description

GlassBricks
Long Handed Inserter
Long Handed Inserter
Posts: 57
Joined: Fri Jun 11, 2021 5:20 pm
Contact:

Allow read/write to blueprint's description

Post by GlassBricks »

Right now, AFAIK there is no API to read or write to blueprint descriptions.

I have a mod which deals with creating blueprints; it would be nice if I would allow users to save/write to descriptions, but this is currently not (reasonably) possible to do.
SophieFitz
Burner Inserter
Burner Inserter
Posts: 13
Joined: Thu Jan 09, 2020 3:36 pm
Contact:

Re: Allow read/write to blueprint's description

Post by SophieFitz »

I use his mod (https://mods.factorio.com/mod/bp100) a lot and I would like to add my support for this request. Right now I have to manually copy the description over to the blueprints created in Staged Blueprint Planning whenever I modify any of the blueprints that have descriptions. Enabling the mod to have access to the blueprint description would simplify this process and make the mod that much more versatile :)
ahicks
Inserter
Inserter
Posts: 27
Joined: Sat Jul 13, 2024 10:45 pm
Contact:

Re: Allow read/write to blueprint's description

Post by ahicks »

We also really want this.

A workaround with edge case issues is to export to a blueprint string, decode the JSON, modify the JSON, and import it back. I'm blind and working "in the backend" if you will by the nature of mods but I believe the edge case is that if the blueprint is in hand then the rotation resets. Not 100% sure. I do know that another edge case of a blueprint in hand is that cursor_stack_temporary resets.
pinkmexican
Manual Inserter
Manual Inserter
Posts: 3
Joined: Tue Aug 05, 2025 5:33 am
Contact:

Re: Allow read/write to blueprint's description

Post by pinkmexican »

Would really appreciate some love from the devs on this. I'm stuck on building a blueprint repo and build system because of this. There seems to be no way to read/write blueprint/book descriptions still, and no way to detect when the user edits them.
I've described my issue in another post here:
viewtopic.php?t=130200
Rseding91
Factorio Staff
Factorio Staff
Posts: 15981
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: Allow read/write to blueprint's description

Post by Rseding91 »

OK. I've added it for the next release.
If you want to get ahold of me I'm almost always on Discord.
pinkmexican
Manual Inserter
Manual Inserter
Posts: 3
Joined: Tue Aug 05, 2025 5:33 am
Contact:

Re: Allow read/write to blueprint's description

Post by pinkmexican »

Rseding91 wrote: Wed Aug 06, 2025 4:20 pm OK. I've added it for the next release.
Oh! Incredible! Excited to be able to release this tool for all the factorio blueprinters out there.
Post Reply

Return to “Implemented mod requests”