Module:Data/NeutroniumIndustrialSmelter/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'NeutroniumIndustrialSmelter', input = { {'YttriumWire', 32}, {'NeutroniumPlate', 12}, {'ModularFrame', 3}, {'BuildingMaterial', 64}, }, output = { {'NeutroniumIndustrialSmelter', 1}, }, ticks = 80, tier = 7, }, }"
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'NeutroniumIndustrialSmelter',
         name = 'NeutroniumIndustrialSmelter',
        machine = 'Hand',
         input = {
         input = {
             {'YttriumWire', 32},
             {'YttriumWire', 32},

Latest revision as of 10:36, 30 October 2025

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

return {
    {
        name = 'NeutroniumIndustrialSmelter',
        machine = 'Hand',
        input = {
            {'YttriumWire', 32},
            {'NeutroniumPlate', 12},
            {'ModularFrame', 3},
            {'BuildingMaterial', 64},
        },
        output = {
            {'NeutroniumIndustrialSmelter', 1},
        },
        ticks = 80,
        tier = 7,
    },
}