https://github.com/zcyc/factorio-data-dump
A script to dump factorio-data into a json file
https://github.com/zcyc/factorio-data-dump
factorio factorio-data
Last synced: 3 months ago
JSON representation
A script to dump factorio-data into a json file
- Host: GitHub
- URL: https://github.com/zcyc/factorio-data-dump
- Owner: zcyc
- Created: 2024-12-29T10:05:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-13T10:36:44.000Z (over 1 year ago)
- Last Synced: 2025-01-13T11:40:36.466Z (over 1 year ago)
- Topics: factorio, factorio-data
- Language: Lua
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# factorio-data-dump
A script to dump [factorio-data](https://github.com/wube/factorio-data) into a json file.
Support item, recipe, technology.
Put dump.lua in the factorio-data root directory, change name of last line, then execute:
```
lua dump.lua
```
## recommend
You can use [Command line parameters](https://wiki.factorio.com/Command_line_parameters) to dump data.raw as JSON to the script output folder and exits.