Export Data


Adds a command that exports recipe, item & fluid, assembler, miner and resource data in a JSON format

2 years ago
0.16 - 1.1
165

b Probabilities missing from recipes.

5 months ago

Probability is not present. For instance, the uranium-processing receipe

{
  "category": "centrifuging",
  "energy": 12,
  "ingredients": [
    {
      "amount": 10,
      "name": "uranium-ore",
      "type": "item"
    }
  ],
  "name": "uranium-processing",
  "products": [
    {
      "amount": 1,
      "name": "uranium-235",
      "type": "item"
    },
    {
      "amount": 1,
      "name": "uranium-238",
      "type": "item"
    }
  ]
}

This makes this mod unsuitable for building calculators.

New response