Module:Data/Superfuel/InOutput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'Superfuel', input = { {'HighCetaneDiesel', 1000}, {'Catalyst', 1}, }, output = { {'Superfuel', 1000}, }, ticks = 3000, }, { name = 'Superfuel2', input = { {'HighCetaneDiesel', 1000}, {'UltimateCatalyst', 1}, }, output = { {'Superfuel', 1000}, }, ticks = 300, }, }" |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'Superfuel', | name = 'Superfuel', | ||
machine = 'IndustrialChemReactor', | |||
input = { | input = { | ||
{'HighCetaneDiesel', 1000}, | {'HighCetaneDiesel', 1000}, | ||
| Line 13: | Line 14: | ||
{ | { | ||
name = 'Superfuel2', | name = 'Superfuel2', | ||
machine = 'IndustrialChemReactor', | |||
input = { | input = { | ||
{'HighCetaneDiesel', 1000}, | {'HighCetaneDiesel', 1000}, | ||
Latest revision as of 10:37, 30 October 2025
Documentation for this module may be created at Module:Data/Superfuel/InOutput/doc
return {
{
name = 'Superfuel',
machine = 'IndustrialChemReactor',
input = {
{'HighCetaneDiesel', 1000},
{'Catalyst', 1},
},
output = {
{'Superfuel', 1000},
},
ticks = 3000,
},
{
name = 'Superfuel2',
machine = 'IndustrialChemReactor',
input = {
{'HighCetaneDiesel', 1000},
{'UltimateCatalyst', 1},
},
output = {
{'Superfuel', 1000},
},
ticks = 300,
},
}