Module:AutomaticFarmRecipeDictionary
Documentation for this module may be created at Module:AutomaticFarmRecipeDictionary/doc
return {
{
name = 'Logs',
input = {
{'Water', 1000},
},
output = {
{'Log', 15},
},
ticks = 1200,
},
{
name = 'Pumpkin',
input = {
{'Water', 1000},
},
output = {
{'Pumpkin', 15},
},
ticks = 1200,
},
{
name = 'Grass',
input = {
{'Water', 1000},
{'DirtSurface', 15},
},
output = {
{'GrassSurface', 15},
},
ticks = 1200,
},
{
name = 'Rapeseed',
input = {
{'Water', 1000},
},
output = {
{'Rapeseed', 15},
},
ticks = 1200,
},
}