Kuxynator's Composer for Prototype Export


This mod composes all raw data of all currently loaded mods. All mods loaded after this one are NOT considered!

2 months ago
1.1 - 2.0
110
Owner:
kuxynator
Source:
N/A
Homepage:
N/A
License:
CC BY-NC-ND 4.0
Created:
2 years ago
Latest Version:
3.6.0 (2 months ago)
Factorio version:
1.1 - 2.0
Downloaded by:
110 users

Composer for Kuxynator's Prototype Export

This mod composes all raw data of all currently loaded mods.

All Mods loaded after this one are NOT considered! If a mod is loaded after this one, whose changes to raw data are not recognized. To detect mods loaded later, you must call RawData.registerConsumer and RawData.compose themselves.

Info

See Kuxynator's Prototype Export

Implementing own composer

info.json

{
    ...
    "dependencies": [
        "base,
        "Kux-RawDataProvider",
        "? space-age",
        "? quality",
        "? elevated-rails",
        "<your dependency mods>"
    ]
  }

data.lua

RawData.registerConsumer("<your mod name>")

data-final-fixes.lua

RawData.compose("<your mod name>")