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