Module:Data/ChalcopyriteOreDust/InInput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
{'CopperPlate', 1}, | {'CopperPlate', 1}, | ||
}, | }, | ||
ticks = | ticks = 60, | ||
tier = 0, | tier = 0, | ||
}, | }, | ||
| Line 32: | Line 32: | ||
}, | }, | ||
output = { | output = { | ||
{'CopperPlate', 1}, | |||
{'CopperPlate', 1}, | {'CopperPlate', 1}, | ||
}, | }, | ||
ticks = | ticks = 240, | ||
tier = 0, | tier = 0, | ||
}, | }, | ||
} | } | ||
Latest revision as of 15:48, 24 August 2026
Documentation for this module may be created at Module:Data/ChalcopyriteOreDust/InInput/doc
return {
{
name = 'ChalcopyriteOreDust',
machine = 'Smelter',
input = {
{'ChalcopyriteOreDust', 1},
},
output = {
{'CopperPlate', 1},
},
ticks = 60,
tier = 0,
},
{
name = 'SeparatorChalcopyriteOreDust',
machine = 'Separator',
input = {
{'ChalcopyriteOreDust', 1},
},
output = {
{'ChalcopyriteDust', 1},
{'PyriteDust', 1},
},
ticks = 60,
tier = 0,
},
{
name = 'ChalcopyriteOreDust',
machine = 'ArcSmelter',
input = {
{'ChalcopyriteOreDust', 1},
},
output = {
{'CopperPlate', 1},
{'CopperPlate', 1},
},
ticks = 240,
tier = 0,
},
}