Module:Data/NeutroniumChest/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'NeutroniumChest', input = { {'NeutroniumPlate', 5}, }, output = { {'NeutroniumChest', 1}, }, ticks = 20, tier = 7, }, }"
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'NeutroniumChest',
         name = 'NeutroniumChest',
        machine = 'Hand',
         input = {
         input = {
             {'NeutroniumPlate', 5},
             {'NeutroniumPlate', 5},

Latest revision as of 10:34, 30 October 2025

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

return {
    {
        name = 'NeutroniumChest',
        machine = 'Hand',
        input = {
            {'NeutroniumPlate', 5},
        },
        output = {
            {'NeutroniumChest', 1},
        },
        ticks = 20,
        tier = 7,
    },
}