Module:FermenterRecipeDictionary
Documentation for this module may be created at Module:FermenterRecipeDictionary/doc
return {
{
name = 'Rapseed',
ingredients = {
{'Rapeseed', 10},
},
results = {
{'RapeseedOil', 800},
},
time = 200,
},
{
name = 'MethaneFromBiomass',
ingredients = {
{'Biomass', 500},
},
results = {
{'Methane', 750},
{'FermentedBiomass', 500},
},
time = 200,
},
{
name = 'MethaneFromPumpkin',
ingredients = {
{'Pumpkin', 1},
},
results = {
{'Methane', 300},
},
time = 200,
},
}