Load arbitrary lua code during the data stage.
For modpacks.
Use the provided encoder.lua embedded in the zip to convert lua files into compressed strings for input into settings.
Command line usage
lua encoder.lua < modpack.lua
Allows executing arbitrary code stored in mod startup settings during prototype stage
Lua libraries for use by other mods and submods that are parts of a larger mod.
Load arbitrary lua code during the data stage.
For modpacks.
Use the provided encoder.lua embedded in the zip to convert lua files into compressed strings for input into settings.
Command line usage
lua encoder.lua < modpack.lua