Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 2, 2020. It is now read-only.

slikts/factorio-data

Repository files navigation

NPM version GitHub version Dependency Status Open Source Love Build Status

factorio-data

Factorio prototype data in JSON format.

Using from Node.js

npm install --save factorio-data
const recipes = require('factorio-data/data/0.15.12/recipes')
// or alternatively
require('factorio-data/data/latest-experimental/recipes')
require('factorio-data/data/latest-stable/recipes')

Using from other languages

File path example: node_modules/factorio-data/data/latest-experimental/recipes.json

Generating

npm install --global factorio-data
GAME_DIR=example/Factorio
factorio-data $GAME_DIR --save # save to ./data/$GAME_VERSION

About

Factorio prototype data in JSON format

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published