Config

data/config.lua

General configuration is found in this file.

Defaults

local config = {
    machining_time = 30,
    fabricating_time = 30,

    default_material_size = {
        width = 100,
        height = 100,
        depth = 100
    }
}

Last updated