Module:Data/CoalOre/InInput: Difference between revisions
Jump to navigation
Jump to search
Created page with "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 = {..." |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'CoalOreToCoke', | name = 'CoalOreToCoke', | ||
machine = 'Oven', | |||
input = { | input = { | ||
{'CoalOre', 10}, | {'CoalOre', 10}, | ||
| Line 13: | Line 14: | ||
{ | { | ||
name = 'CoalOre', | name = 'CoalOre', | ||
machine = 'Smelter', | |||
input = { | input = { | ||
{'CoalOre', 1}, | {'CoalOre', 1}, | ||
| Line 24: | Line 26: | ||
{ | { | ||
name = 'HammerCoalOre', | name = 'HammerCoalOre', | ||
machine = 'AutomaticHammer', | |||
input = { | input = { | ||
{'CoalOre', 1}, | {'CoalOre', 1}, | ||
| Line 36: | Line 39: | ||
{ | { | ||
name = 'CoalOre', | name = 'CoalOre', | ||
machine = 'Furnace', | |||
input = { | input = { | ||
{'CoalOre', 1}, | {'CoalOre', 1}, | ||
Latest revision as of 10:32, 30 October 2025
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,
},
}