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',
input = {
{'CoalOre', 10},
},
output = {
{'Coke', 20},
{'Creosote', 1000},
},
ticks = 1200,
},
{
name = 'CoalOre',
input = {
{'CoalOre', 1},
},
output = {
{'Coal', 1},
},
ticks = 180,
tier = 0,
},
{
name = 'HammerCoalOre',
input = {
{'CoalOre', 1},
},
output = {
{'CoalOreImpureGravel', 1},
{'CoalOreImpureGravel', 1},
},
ticks = 100,
tier = 1,
},
{
name = 'CoalOre',
input = {
{'CoalOre', 1},
},
output = {
},
ticks = 720.0,
},
}