Calculator-relevant Data Exporter to JSON


Gathers set amount of data during data-final-fixes phase, allowing it to also retrieve icon paths. Currently gathers set bits of data regarding recipes, items, fluids, assembling machines, furnaces, mining drills, offshore pumps, modules and item groups. The JSON export is contained in Factorio's log, so you'll still need to automate some form of extraction from there. Not relevant for data in this export (as of time of writing), but some values in data.raw use infinity. The JSON parses used converts this to `(-)inf` as a value, which is invalid JSON. Make sure to perform a simple replace on this to something sensible for your usecase, eg. 0 or "inf".

Utilities
1 year, 11 months ago
1.0 - 1.1
151
Owner:
TheDutcher
Source:
https://github.com/dennisfokker/Facto...
Homepage:
https://github.com/dennisfokker/Facto...
License:
The Unlicense (Public Domain)
Created:
3 years ago
Latest Version:
1.5.1 (1 year, 11 months ago)
Factorio version:
1.0 - 1.1
Downloaded by:
151 users

Gathers set amount of data during data-final-fixes phase, allowing it to also retrieve icon paths.
Currently gathers set bits of data regarding:

  • Recipes
  • Items
  • Fluids
  • Assembling machines
  • Furnaces
  • Mining drills
  • Offshore pumps
  • Modules
  • Item groups

The JSON export is contained in Factorio's log, so you'll still need to automate some form of extraction from there.
Not relevant for data in this export (as of time of writing), but some values in data.raw use infinity. The JSON parses used converts this to (-)inf as a value, which is invalid JSON. Make sure to perform a simple replace on this to something sensible for your usecase, eg. 0 or "inf".