Module:Data/GoldPlate/InInput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
return { | return { | ||
{ | { | ||
name = 'GoldPlate', | name = 'GoldPlate', | ||
| Line 32: | Line 21: | ||
{'GoldWire', 1}, | {'GoldWire', 1}, | ||
}, | }, | ||
ticks = | ticks = 80, | ||
}, | }, | ||
{ | { | ||
Latest revision as of 15:48, 24 August 2026
Documentation for this module may be created at Module:Data/GoldPlate/InInput/doc
return {
{
name = 'GoldPlate',
machine = 'Macerator',
input = {
{'GoldPlate', 1},
},
output = {
{'GoldDust', 1},
},
ticks = 80,
tier = 2,
},
{
name = 'GoldWire',
machine = 'Hand',
input = {
{'GoldPlate', 1},
},
output = {
{'GoldWire', 1},
},
ticks = 80,
},
{
name = 'GoldWire2',
machine = 'Assembler',
input = {
{'GoldPlate', 1},
},
output = {
{'GoldWire', 2},
},
ticks = 40,
},
}