Module:Data/YttriumPlate/InInput
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Data/YttriumPlate/InInput/doc
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 = {
{'YttriumPlate', 1},
},
output = {
{'YttriumWire', 2},
},
ticks = 40,
},
}