Module:Data/CopperItemRack/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'CopperItemRack', input = { {'Log', 8}, {'CopperParts', 8}, }, output = { {'CopperItemRack', 1}, }, ticks = 20, tier = 1, }, }"
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'CopperItemRack',
         name = 'CopperItemRack',
        machine = 'Hand',
         input = {
         input = {
             {'Log', 8},
             {'Log', 8},

Latest revision as of 10:34, 30 October 2025

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

return {
    {
        name = 'CopperItemRack',
        machine = 'Hand',
        input = {
            {'Log', 8},
            {'CopperParts', 8},
        },
        output = {
            {'CopperItemRack', 1},
        },
        ticks = 20,
        tier = 1,
    },
}