Module:FurnaceRecipeDictionary
Documentation for this module may be created at Module:FurnaceRecipeDictionary/doc
return {
{
name = 'Peat',
input = {
{'Peat', 1},
},
output = {
},
ticks = 400.0,
},
{
name = 'Coal',
input = {
{'Coal', 1},
},
output = {
},
ticks = 800.0,
},
{
name = 'Coke',
input = {
{'Coke', 1},
},
output = {
},
ticks = 1200.0,
},
{
name = 'Organics',
input = {
{'Organics', 1},
},
output = {
},
ticks = 60.0,
},
{
name = 'Log',
input = {
{'Log', 1},
},
output = {
},
ticks = 500.0,
},
}