Module:Data/DirtSurface/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'Dirt', input = { {'SandSurface', 1}, {'Organics', 1}, }, output = { {'DirtSurface', 1}, }, ticks = 200, }, }"
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'Dirt',
         name = 'Dirt',
        machine = 'Hand',
         input = {
         input = {
             {'SandSurface', 1},
             {'SandSurface', 1},

Latest revision as of 10:37, 30 October 2025

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

return {
    {
        name = 'Dirt',
        machine = 'Hand',
        input = {
            {'SandSurface', 1},
            {'Organics', 1},
        },
        output = {
            {'DirtSurface', 1},
        },
        ticks = 200,
    },
}