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 difference)
|
Latest revision as of 20:16, 31 July 2025
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,
},
}