Module:Data/Superfuel/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'Superfuel', input = { {'Superfuel', 1000}, }, output = { }, ticks = 262.5, tier = 4, }, { name = 'Superfuel', input = { {'Superfuel', 100}, }, output = { }, ticks = 21000.0, }, }"
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'Superfuel',
         name = 'Superfuel',
        machine = 'CombustionEngine',
         input = {
         input = {
             {'Superfuel', 1000},
             {'Superfuel', 1000},
Line 12: Line 13:
     {
     {
         name = 'Superfuel',
         name = 'Superfuel',
        machine = 'FluidFurnace',
         input = {
         input = {
             {'Superfuel', 100},
             {'Superfuel', 100},

Latest revision as of 10:33, 30 October 2025

Documentation for this module may be created at Module:Data/Superfuel/InInput/doc

return {
    {
        name = 'Superfuel',
        machine = 'CombustionEngine',
        input = {
            {'Superfuel', 1000},
        },
        output = {
        },
        ticks = 262.5,
        tier = 4,
    },
    {
        name = 'Superfuel',
        machine = 'FluidFurnace',
        input = {
            {'Superfuel', 100},
        },
        output = {
        },
        ticks = 21000.0,
    },
}