Module:Data/SteelLogicInterface/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'SteelLogicInterface', machine = 'Hand', input = { {'SteelPlate', 2}, {'Circuit', 1}, {'SteelLogicWire', 1}, }, output = { {'SteelLogicInterface', 1}, }, ticks = 20, tier = 2, }, }"
 
No edit summary
 
Line 4: Line 4:
         machine = 'Hand',
         machine = 'Hand',
         input = {
         input = {
             {'SteelPlate', 2},
             {'SteelLogicSensor', 2},
             {'Circuit', 1},
             {'Circuit', 1},
            {'SteelLogicWire', 1},
         },
         },
         output = {
         output = {

Latest revision as of 15:49, 24 August 2026

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

return {
    {
        name = 'SteelLogicInterface',
        machine = 'Hand',
        input = {
            {'SteelLogicSensor', 2},
            {'Circuit', 1},
        },
        output = {
            {'SteelLogicInterface', 1},
        },
        ticks = 20,
        tier = 2,
    },
}