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
- Host: GitHub
- URL: https://github.com/bbc2/factorio-recipes
- Owner: bbc2
- License: mit
- Created: 2017-08-05T14:54:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-05T15:04:58.000Z (over 8 years ago)
- Last Synced: 2025-07-27T07:31:04.118Z (7 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```