Module:Data/BauxiteOreGravel/InInput
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Data/BauxiteOreGravel/InInput/doc
return {
{
name = 'BauxiteOreGravel',
machine = 'Macerator',
input = {
{'BauxiteOreGravel', 1},
},
output = {
{'BauxiteOreDust', 1},
{'BauxiteOreDust', 1},
},
ticks = 200,
tier = 3,
},
{
name = 'BauxiteOreGravel',
machine = 'Smelter',
input = {
{'BauxiteOreGravel', 1},
},
output = {
{'BauxiteDust', 1},
},
ticks = 120,
tier = 3,
},
}