Module:Data/TantalumDust/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'TantalumPlate', input = { {'TantalumPlate', 1}, }, output = { {'TantalumDust', 1}, }, ticks = 80, tier = 5, }, }"
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'TantalumPlate',
         name = 'TantalumPlate',
        machine = 'Macerator',
         input = {
         input = {
             {'TantalumPlate', 1},
             {'TantalumPlate', 1},

Latest revision as of 10:37, 30 October 2025

Documentation for this module may be created at Module:Data/TantalumDust/InOutput/doc

return {
    {
        name = 'TantalumPlate',
        machine = 'Macerator',
        input = {
            {'TantalumPlate', 1},
        },
        output = {
            {'TantalumDust', 1},
        },
        ticks = 80,
        tier = 5,
    },
}