Module:Data/CopperSpawner/InOutput: Difference between revisions

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

Latest revision as of 10:34, 30 October 2025

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

return {
    {
        name = 'CopperSpawner',
        machine = 'Hand',
        input = {
            {'CopperPlate', 10},
        },
        output = {
            {'CopperSpawner', 1},
        },
        ticks = 20,
        tier = 1,
    },
}