Module:Data/RapeseedOil/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'Rapseed', input = { {'Rapeseed', 10}, }, output = { {'RapeseedOil', 800}, }, ticks = 200, }, }"
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'Rapseed',
         name = 'Rapseed',
        machine = 'Fermenter',
         input = {
         input = {
             {'Rapeseed', 10},
             {'Rapeseed', 10},

Latest revision as of 10:36, 30 October 2025

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

return {
    {
        name = 'Rapseed',
        machine = 'Fermenter',
        input = {
            {'Rapeseed', 10},
        },
        output = {
            {'RapeseedOil', 800},
        },
        ticks = 200,
    },
}