Module:Data/PlatinumWire/InOutput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'PlatinumWire', input = { {'PlatinumPlate', 1}, }, output = { {'PlatinumWire', 1}, }, ticks = 20, }, { name = 'PlatinumWire2', input = { {'PlatinumPlate', 1}, }, output = { {'PlatinumWire', 2}, }, ticks = 40, }, }" |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'PlatinumWire', | name = 'PlatinumWire', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'PlatinumPlate', 1}, | {'PlatinumPlate', 1}, | ||
| Line 8: | Line 9: | ||
{'PlatinumWire', 1}, | {'PlatinumWire', 1}, | ||
}, | }, | ||
ticks = | ticks = 80, | ||
}, | }, | ||
{ | { | ||
name = 'PlatinumWire2', | name = 'PlatinumWire2', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'PlatinumPlate', 1}, | {'PlatinumPlate', 1}, | ||
Latest revision as of 15:51, 24 August 2026
Documentation for this module may be created at Module:Data/PlatinumWire/InOutput/doc