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