Module:Data/CopperDust/InInput
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Data/CopperDust/InInput/doc
return {
{
name = 'CopperPlate',
machine = 'ArcSmelter',
input = {
{'CopperDust', 10},
},
output = {
{'CopperPlate', 10},
{'CopperPlate', 10},
},
ticks = 2400,
tier = 0,
},
{
name = 'CopperPlate',
machine = 'Smelter',
input = {
{'CopperDust', 1},
},
output = {
{'CopperPlate', 1},
},
ticks = 60,
},
}