Module:Data/Log/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'Logs', input = { {'Water', 1000}, }, output = { {'Log', 15}, }, ticks = 1200, }, }"
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
return {
return {
     {
     {
         name = 'Logs',
         name = 'Log',
        machine = 'AutomaticFarm',
         input = {
         input = {
             {'Water', 1000},
             {'Water', 1000},

Latest revision as of 22:15, 10 April 2026

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

return {
    {
        name = 'Log',
        machine = 'AutomaticFarm',
        input = {
            {'Water', 1000},
        },
        output = {
            {'Log', 15},
        },
        ticks = 1200,
    },
}