Module:Data/Methane/InOutput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'MethaneFromBiomass', input = { {'Biomass', 500}, }, output = { {'Methane', 750}, {'FermentedBiomass', 500}, }, ticks = 200, }, { name = 'MethaneFromPumpkin', input = { {'Pumpkin', 1}, }, output = { {'Methane', 300}, }, ticks = 200, }, }" |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'MethaneFromBiomass', | name = 'MethaneFromBiomass', | ||
machine = 'Fermenter', | |||
input = { | input = { | ||
{'Biomass', 500}, | {'Biomass', 500}, | ||
| Line 13: | Line 14: | ||
{ | { | ||
name = 'MethaneFromPumpkin', | name = 'MethaneFromPumpkin', | ||
machine = 'Fermenter', | |||
input = { | input = { | ||
{'Pumpkin', 1}, | {'Pumpkin', 1}, | ||
Latest revision as of 10:36, 30 October 2025
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,
},
}