Module:Data/YttriumPlate/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'YttriumDust', input = { {'YttriumDust', 1}, {'Mercury', 300}, }, output = { {'YttriumPlate', 1}, {'HotMercury', 300}, }, ticks = 200, tier = 5, }, }"
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'YttriumDust',
         name = 'YttriumDust',
        machine = 'IndustrialSmelter',
         input = {
         input = {
             {'YttriumDust', 1},
             {'YttriumDust', 1},

Latest revision as of 10:36, 30 October 2025

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

return {
    {
        name = 'YttriumDust',
        machine = 'IndustrialSmelter',
        input = {
            {'YttriumDust', 1},
            {'Mercury', 300},
        },
        output = {
            {'YttriumPlate', 1},
            {'HotMercury', 300},
        },
        ticks = 200,
        tier = 5,
    },
}