Module:Data/CopperContainer/InOutput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'CopperContainer',
        input = {
            {'CopperPlate', 3},
        },
        output = {
            {'CopperContainer', 1},
        },
        ticks = 20,
        tier = 1,
    },
}