Module:Data/RapeseedOil/InInput
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Data/RapeseedOil/InInput/doc
return {
{
name = 'RapeseedOil',
machine = 'IndustrialChemReactor',
input = {
{'RapeseedOil', 1000},
{'Ethanol', 150},
{'Catalyst', 1},
},
output = {
{'Diesel', 400},
},
ticks = 400,
},
{
name = 'RapeseedOil',
machine = 'FluidFurnace',
input = {
{'RapeseedOil', 100},
},
output = {
},
ticks = 750.0,
},
}