Module:Data/CoalOre/InInput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 21: | Line 21: | ||
{'Coal', 1}, | {'Coal', 1}, | ||
}, | }, | ||
ticks = | ticks = 60, | ||
tier = 0, | tier = 0, | ||
}, | }, | ||
| Line 46: | Line 46: | ||
}, | }, | ||
ticks = 720.0, | ticks = 720.0, | ||
}, | |||
{ | |||
name = 'CoalOre', | |||
machine = 'ArcSmelter', | |||
input = { | |||
{'CoalOre', 1}, | |||
}, | |||
output = { | |||
{'Coal', 1}, | |||
{'Coal', 1}, | |||
}, | |||
ticks = 240, | |||
tier = 0, | |||
}, | }, | ||
} | } | ||
Latest revision as of 15:47, 24 August 2026
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 = 60,
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,
},
{
name = 'CoalOre',
machine = 'ArcSmelter',
input = {
{'CoalOre', 1},
},
output = {
{'Coal', 1},
{'Coal', 1},
},
ticks = 240,
tier = 0,
},
}