Premade Items

premadeItems = {
    testBlock1 = {      
        typeof = "engineblock",

        name = "2JZ",

        stats = {
            layout = "inline",
            cylinders = 6,
            bore = 86.0,
            stroke = 86.0,
            material = "aluminium",
            quality = 50.0,
        }
    },
}

Last updated