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

https://github.com/rbcavi/get-factorio-data

Generate Factorio's data with JavaScript and Lua
https://github.com/rbcavi/get-factorio-data

factorio factorio-data factorio-mod-manager factorio-tool

Last synced: 11 months ago
JSON representation

Generate Factorio's data with JavaScript and Lua

Awesome Lists containing this project

README

          

# get-factorio-data
Generate Factorio's data with JavaScript and Lua.

Steps:
- Create a directory for the data to go in:
```
mkdir
cd
```
- Create a file called `pack.json` in that directory with the mods and their versions:
```
{
"base":{}
}
```
- Run `node /process.js` to create `data.json`, `locale.json`, and `assets` in the folder