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

https://github.com/bbc2/factorio-recipes

Generate graphs of Factorio item recipes
https://github.com/bbc2/factorio-recipes

Last synced: 4 months ago
JSON representation

Generate graphs of Factorio item recipes

Awesome Lists containing this project

README

          

# Factorio Recipes

## Use

```bash
./recipes.py FACTORIO_PATH ITEM > recipes.dot
dot -Tpng -o recipes.png recipes.dot
```

## Regenerate game data

```bash
./util/extract_recipes.bash FACTORIO_PATH | jq -S '' > data.json
```