Module:Data/BauxiteOre/InInput
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Data/BauxiteOre/InInput/doc
return {
{
name = 'BauxiteOre',
machine = 'Smelter',
input = {
{'BauxiteOre', 1},
},
output = {
{'BauxiteDust', 1},
},
ticks = 180,
tier = 3,
},
{
name = 'HammerBauxiteOre',
machine = 'AutomaticHammer',
input = {
{'BauxiteOre', 1},
},
output = {
{'BauxiteOreImpureGravel', 1},
{'BauxiteOreImpureGravel', 1},
},
ticks = 100,
tier = 3,
},
}