Module:Data/CoalOre/InInput
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Data/CoalOre/InInput/doc
return {
{
name = 'CoalOreToCoke',
machine = 'Oven',
input = {
{'CoalOre', 10},
},
output = {
{'Coke', 20},
{'Creosote', 1000},
},
ticks = 1200,
},
{
name = 'CoalOre',
machine = 'Smelter',
input = {
{'CoalOre', 1},
},
output = {
{'Coal', 1},
},
ticks = 180,
tier = 0,
},
{
name = 'HammerCoalOre',
machine = 'AutomaticHammer',
input = {
{'CoalOre', 1},
},
output = {
{'CoalOreImpureGravel', 1},
{'CoalOreImpureGravel', 1},
},
ticks = 100,
tier = 1,
},
{
name = 'CoalOre',
machine = 'Furnace',
input = {
{'CoalOre', 1},
},
output = {
},
ticks = 720.0,
},
}