factorio-recipes
v1.0.2
Published
Extract Factorio recipes to JSON
Downloads
2
Readme
factorio-recipes
Generating recipe JSON
npm install --global factorio-recipes
GAME_DIR = example/Factorio
factorio-recipes $GAME_DIR>recipes.json
# or alternatively
factorio-recipes $GAME_DIR --save # will save to recipes-$VERSION.json
Importing premade JSON
npm install --save factorio-recipes
const recipes = require('factorio-recipes/recipes-0.15.10.json')