Module:Data/ChalcopyriteDust/InInput
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Data/ChalcopyriteDust/InInput/doc
return {
{
name = 'ElectrolyzerChalcopyriteDust',
machine = 'Electrolyzer',
input = {
{'ChalcopyriteDust', 2},
},
output = {
{'CopperDust', 1},
{'Sulfur', 1},
},
ticks = 200,
tier = 2,
},
{
name = 'ChalcopyriteDust',
machine = 'Smelter',
input = {
{'ChalcopyriteDust', 1},
},
output = {
{'CopperPlate', 1},
},
ticks = 50,
tier = 0,
},
}