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