Blueprint Manipulation Library


A utility library for manipulating Factorio blueprints.

Internal
17 days ago
2.0
11.9K
Blueprints

Changelog

Version: 1.1.3
Date: 2025-09-14
  Bugfixes:
    - Requires Factorio 2.0.66 or later for `is_preview` fix.
Version: 1.1.2
Date: 2025-09-11
  Bugfixes:
    - Fixed crashes related to blueprint record objects with the `preview` flag set.
Version: 1.1.1
Date: 2025-09-03
  Info:
    - Changed title of mod to avoid confusion with in-game blueprint library.
    - Added thumbnail icon.
Version: 1.1.0
Date: 2025-05-16
  Features:
    - `BlueprintSetup:set_tags` method added
Version: 1.0.0
Date: 2025-05-15
  Features:
    - Initial release
    - `__bplib__.blueprint.get_actual_blueprint` function added
    - `__bplib__.blueprint.BlueprintSetup` class added
    - `__bplib__.blueprint.BlueprintBuild` class added