Module:Data/RocketFuel/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'RocketFuel', input = { {'RocketFuel', 100}, }, output = { }, ticks = 3000.0, }, }"
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'RocketFuel',
         name = 'RocketFuel',
        machine = 'FluidFurnace',
         input = {
         input = {
             {'RocketFuel', 100},
             {'RocketFuel', 100},

Latest revision as of 10:34, 30 October 2025

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

return {
    {
        name = 'RocketFuel',
        machine = 'FluidFurnace',
        input = {
            {'RocketFuel', 100},
        },
        output = {
        },
        ticks = 3000.0,
    },
}