Module:Data/PyroplatiteOre/InInput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'PyroplatiteOre', input = { {'PyroplatiteOre', 1}, }, output = { {'PyroplatiteDust', 1}, }, ticks = 180, tier = 4, }, { name = 'HammerPyroplatiteOre', input = { {'PyroplatiteOre', 1}, }, output = { {'PyroplatiteOreImpureGravel', 1}, {'PyroplatiteOreImpureGravel', 1}, }, ticks = 10..." |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'PyroplatiteOre', | name = 'PyroplatiteOre', | ||
machine = 'Smelter', | |||
input = { | input = { | ||
{'PyroplatiteOre', 1}, | {'PyroplatiteOre', 1}, | ||
| Line 13: | Line 14: | ||
{ | { | ||
name = 'HammerPyroplatiteOre', | name = 'HammerPyroplatiteOre', | ||
machine = 'AutomaticHammer', | |||
input = { | input = { | ||
{'PyroplatiteOre', 1}, | {'PyroplatiteOre', 1}, | ||
Latest revision as of 10:33, 30 October 2025
Documentation for this module may be created at Module:Data/PyroplatiteOre/InInput/doc
return {
{
name = 'PyroplatiteOre',
machine = 'Smelter',
input = {
{'PyroplatiteOre', 1},
},
output = {
{'PyroplatiteDust', 1},
},
ticks = 180,
tier = 4,
},
{
name = 'HammerPyroplatiteOre',
machine = 'AutomaticHammer',
input = {
{'PyroplatiteOre', 1},
},
output = {
{'PyroplatiteOreImpureGravel', 1},
{'PyroplatiteOreImpureGravel', 1},
},
ticks = 100,
tier = 4,
},
}