Module:Data/CopperDust/InInput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
}, | }, | ||
output = { | output = { | ||
{'CopperPlate', 10}, | |||
{'CopperPlate', 10}, | {'CopperPlate', 10}, | ||
}, | }, | ||
ticks = | ticks = 2400, | ||
tier = 0, | tier = 0, | ||
}, | }, | ||
| Line 21: | Line 22: | ||
{'CopperPlate', 1}, | {'CopperPlate', 1}, | ||
}, | }, | ||
ticks = | ticks = 60, | ||
}, | }, | ||
} | } | ||
Latest revision as of 15:47, 24 August 2026
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,
},
}