Module:PumpjackRecipeDictionary: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 7: Line 7:
             {'RawOil', 200},
             {'RawOil', 200},
         },
         },
         ticks = 20,
         ticks = 100,
     },
     },
}
}

Latest revision as of 19:33, 17 October 2025

Documentation for this module may be created at Module:PumpjackRecipeDictionary/doc

return {
    {
        name = 'RawOil',
        input = {
        },
        output = {
            {'RawOil', 200},
        },
        ticks = 100,
    },
}