Module:Data/SteelLogicWire/InInput: 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 1: Line 1:
return {
return {
     {
     {
         name = 'SteelLogicInterface',
         name = 'SteelLogicSensor',
         machine = 'Hand',
         machine = 'Hand',
         input = {
         input = {
Line 9: Line 9:
         },
         },
         output = {
         output = {
             {'SteelLogicInterface', 1},
             {'SteelLogicSensor', 1},
         },
         },
         ticks = 20,
         ticks = 20,

Latest revision as of 15:47, 24 August 2026

Documentation for this module may be created at Module:Data/SteelLogicWire/InInput/doc

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