Module:Data/Methane/InOutput
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Data/Methane/InOutput/doc
return {
{
name = 'MethaneFromBiomass',
machine = 'Fermenter',
input = {
{'Biomass', 500},
},
output = {
{'Methane', 750},
{'FermentedBiomass', 500},
},
ticks = 200,
},
{
name = 'MethaneFromPumpkin',
machine = 'Fermenter',
input = {
{'Pumpkin', 1},
},
output = {
{'Methane', 300},
},
ticks = 200,
},
}