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>")