Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luminasapphira/fbp-mod

Modify #Factorio blueprints from the command line
https://github.com/luminasapphira/fbp-mod

blueprint cli factorio rust

Last synced: 17 days ago
JSON representation

Modify #Factorio blueprints from the command line

Awesome Lists containing this project

README

        

# fbp-mod

Modify Factorio blueprints from the command line

---

# Features

- Basic JSON ↔ Blueprint String encoding/decoding
- Removing tiles/entities
- Swapping tiles/entities for other tiles/entities

# Usage

Compile / install:

```
cargo install --locked -f --path .
```

Check usage:

```
fbp-mod --help
```