Fabricators

data/fabricators.lua

Fabricators allow players access to recipe crafting.

Defaults

local fabricators = {
    {
        model           = `gr_prop_gr_bench_04b`,          -- optional
        position        = vector3(835.09,-3246.02,-99.19), -- interaction point
        object_offset   = vector3(0,0,-1),                 -- spawn offset
        heading         = 0.0,                             -- model heading
        speed           = 1.0,                             -- speed modifier

        recipes = {                                        -- itable of recipe names
            "pistol",
        },
    },
}

Last updated