Module:Data/YttriumPlate/InInput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'YttriumPlate', input = { {'YttriumPlate', 1}, }, output = { {'YttriumDust', 1}, }, ticks = 80, tier = 4, }, { name = 'YttriumWire', input = { {'YttriumPlate', 1}, }, output = { {'YttriumWire', 1}, }, ticks = 20, }, { name = 'YttriumWire2', input = { {'Yttr..." |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'YttriumPlate', | name = 'YttriumPlate', | ||
machine = 'Macerator', | |||
input = { | input = { | ||
{'YttriumPlate', 1}, | {'YttriumPlate', 1}, | ||
| Line 13: | Line 14: | ||
{ | { | ||
name = 'YttriumWire', | name = 'YttriumWire', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'YttriumPlate', 1}, | {'YttriumPlate', 1}, | ||
| Line 23: | Line 25: | ||
{ | { | ||
name = 'YttriumWire2', | name = 'YttriumWire2', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'YttriumPlate', 1}, | {'YttriumPlate', 1}, | ||
Latest revision as of 10:33, 30 October 2025
Documentation for this module may be created at Module:Data/YttriumPlate/InInput/doc
return {
{
name = 'YttriumPlate',
machine = 'Macerator',
input = {
{'YttriumPlate', 1},
},
output = {
{'YttriumDust', 1},
},
ticks = 80,
tier = 4,
},
{
name = 'YttriumWire',
machine = 'Hand',
input = {
{'YttriumPlate', 1},
},
output = {
{'YttriumWire', 1},
},
ticks = 20,
},
{
name = 'YttriumWire2',
machine = 'Assembler',
input = {
{'YttriumPlate', 1},
},
output = {
{'YttriumWire', 2},
},
ticks = 40,
},
}