Module:Data/GoldDust/InInput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'GoldPlate', input = { {'GoldDust', 10}, }, output = { {'GoldPlate', 10}, }, ticks = 100, tier = 2, }, { name = 'GoldPlate', input = { {'GoldDust', 1}, }, output = { {'GoldPlate', 1}, }, ticks = 100, }, }" |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'GoldPlate', | name = 'GoldPlate', | ||
machine = 'ArcSmelter', | |||
input = { | input = { | ||
{'GoldDust', 10}, | {'GoldDust', 10}, | ||
}, | }, | ||
output = { | output = { | ||
{'GoldPlate', 10}, | |||
{'GoldPlate', 10}, | {'GoldPlate', 10}, | ||
}, | }, | ||
ticks = | ticks = 2400, | ||
tier = 2, | tier = 2, | ||
}, | }, | ||
{ | { | ||
name = 'GoldPlate', | name = 'GoldPlate', | ||
machine = 'Smelter', | |||
input = { | input = { | ||
{'GoldDust', 1}, | {'GoldDust', 1}, | ||
| Line 19: | Line 22: | ||
{'GoldPlate', 1}, | {'GoldPlate', 1}, | ||
}, | }, | ||
ticks = | ticks = 60, | ||
}, | }, | ||
} | } | ||
Latest revision as of 15:47, 24 August 2026
Documentation for this module may be created at Module:Data/GoldDust/InInput/doc