Module:CombustionEngineRecipeDictionary
Documentation for this module may be created at Module:CombustionEngineRecipeDictionary/doc
return {
{
name = 'Diesel',
ingredients = {
{'Diesel', 1000},
},
results = {
},
time = 112.5,
tier = 4,
},
{
name = 'Superfuel',
ingredients = {
{'Superfuel', 1000},
},
results = {
},
time = 262.5,
tier = 4,
},
{
name = 'Gasoline',
ingredients = {
{'Gasoline', 1000},
},
results = {
},
time = 75.0,
tier = 4,
},
{
name = 'HighCetaneDiesel',
ingredients = {
{'HighCetaneDiesel', 1000},
},
results = {
},
time = 187.5,
tier = 4,
},
}