Module:Data/TantalumWire/InOutput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'TantalumWire', input = { {'TantalumPlate', 1}, }, output = { {'TantalumWire', 1}, }, ticks = 20, }, { name = 'TantalumWire2', input = { {'TantalumPlate', 1}, }, output = { {'TantalumWire', 2}, }, ticks = 40, }, }" |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'TantalumWire', | name = 'TantalumWire', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'TantalumPlate', 1}, | {'TantalumPlate', 1}, | ||
| Line 12: | Line 13: | ||
{ | { | ||
name = 'TantalumWire2', | name = 'TantalumWire2', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'TantalumPlate', 1}, | {'TantalumPlate', 1}, | ||
Latest revision as of 10:37, 30 October 2025
Documentation for this module may be created at Module:Data/TantalumWire/InOutput/doc