Module:Data/CopperOven/InOutput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'CopperOven',
        input = {
            {'BuildingMaterial', 10},
            {'CopperPipe', 10},
        },
        output = {
            {'CopperOven', 1},
        },
        ticks = 20,
        tier = 1,
    },
}