Module:CombustionEngineRecipeDictionary
Jump to navigation
Jump to search
Documentation for this module may be created at Module:CombustionEngineRecipeDictionary/doc
return {
{
name = 'Superfuel',
machine = 'CombustionEngine',
input = {
{'Superfuel', 1000},
},
output = {
},
ticks = 4200.0,
},
{
name = 'Gasoline',
machine = 'CombustionEngine',
input = {
{'Gasoline', 1000},
},
output = {
},
ticks = 1200.0,
},
{
name = 'Diesel',
machine = 'CombustionEngine',
input = {
{'Diesel', 1000},
},
output = {
},
ticks = 1800.0,
},
{
name = 'HighCetaneDiesel',
machine = 'CombustionEngine',
input = {
{'HighCetaneDiesel', 1000},
},
output = {
},
ticks = 3000.0,
},
}