Module:Data/Log/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
return {
return {
     {
     {
         name = 'Logs',
         name = 'Log',
         machine = 'AutomaticFarm',
         machine = 'AutomaticFarm',
         input = {
         input = {

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,
    },
}