https://github.com/zebrajaeger/factorio-recipe-sheet
https://github.com/zebrajaeger/factorio-recipe-sheet
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zebrajaeger/factorio-recipe-sheet
- Owner: zebrajaeger
- License: other
- Created: 2021-07-30T08:14:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-30T16:03:09.000Z (almost 4 years ago)
- Last Synced: 2025-02-07T23:43:02.097Z (3 months ago)
- Language: HTML
- Size: 1.85 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# factorio-recipe-sheet
Creates a short recipe overview sheet as html and pdf
- Based on mod:
- (Mod) https://mods.factorio.com/mod/recipelister
- (Source) https://gitlab.com/Miner239/recipelister
- Mod Result path (Windows, created after Factorio start) is %Appdata%/Factorio/script-output/recipe-lister/recipe.json
- Images from Factorio wiki(example): https://wiki.factorio.com/images/Assembling_machine_1.png ## Source
- src/namedictionary.json is the dictionary for some type names to icon names
- src/index.js opens the recipe.json file and creates an out.html, also an out.html.pdf file## Usage (Windows)
- install the mod in Factorio and restart
- install nodejs
- clone this repo- via command line go into the cloned repo folder
- execute
npm run start## Develop
Same as 'Usage' but
- execute
npm run develop