Module:Data/CompositeFermenter/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'CompositeFermenter', input = { {'CompositePlate', 2}, {'CompositeParts', 21}, }, output = { {'CompositeFermenter', 1}, }, ticks = 20, tier = 6, }, }"
 
(No difference)

Latest revision as of 20:16, 31 July 2025

Documentation for this module may be created at Module:Data/CompositeFermenter/InOutput/doc

return {
    {
        name = 'CompositeFermenter',
        input = {
            {'CompositePlate', 2},
            {'CompositeParts', 21},
        },
        output = {
            {'CompositeFermenter', 1},
        },
        ticks = 20,
        tier = 6,
    },
}