Module:FurnaceRecipeDictionary: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
return { | return { | ||
{ | { | ||
name = ' | name = 'CoalDust', | ||
input = { | |||
{' | {'CoalDust', 1}, | ||
}, | }, | ||
output = { | |||
}, | }, | ||
ticks = 720.0, | |||
}, | }, | ||
{ | { | ||
name = ' | name = 'CoalOreDust', | ||
input = { | |||
{' | {'CoalOreDust', 1}, | ||
}, | }, | ||
output = { | |||
}, | }, | ||
ticks = 640.0, | |||
}, | }, | ||
{ | { | ||
name = ' | name = 'CoalOre', | ||
input = { | |||
{' | {'CoalOre', 1}, | ||
}, | }, | ||
output = { | |||
}, | }, | ||
ticks = 720.0, | |||
}, | }, | ||
{ | { | ||
name = ' | name = 'CoalOreGravel', | ||
input = { | |||
{' | {'CoalOreGravel', 1}, | ||
}, | }, | ||
output = { | |||
}, | }, | ||
ticks = 720.0, | |||
}, | }, | ||
{ | { | ||
name = ' | name = 'CoalOreImpureGravel', | ||
input = { | |||
{' | {'CoalOreImpureGravel', 1}, | ||
}, | }, | ||
output = { | |||
}, | }, | ||
ticks = 640.0, | |||
}, | }, | ||
} | } |
Revision as of 12:37, 31 July 2025
Documentation for this module may be created at Module:FurnaceRecipeDictionary/doc
return {
{
name = 'CoalDust',
input = {
{'CoalDust', 1},
},
output = {
},
ticks = 720.0,
},
{
name = 'CoalOreDust',
input = {
{'CoalOreDust', 1},
},
output = {
},
ticks = 640.0,
},
{
name = 'CoalOre',
input = {
{'CoalOre', 1},
},
output = {
},
ticks = 720.0,
},
{
name = 'CoalOreGravel',
input = {
{'CoalOreGravel', 1},
},
output = {
},
ticks = 720.0,
},
{
name = 'CoalOreImpureGravel',
input = {
{'CoalOreImpureGravel', 1},
},
output = {
},
ticks = 640.0,
},
}