Module:Data/BauxiteOre/InInput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
{'BauxiteDust', 1}, | {'BauxiteDust', 1}, | ||
}, | }, | ||
ticks = | ticks = 60, | ||
tier = 3, | tier = 3, | ||
}, | }, | ||
| Line 23: | Line 23: | ||
}, | }, | ||
ticks = 100, | ticks = 100, | ||
tier = 3, | |||
}, | |||
{ | |||
name = 'BauxiteOre', | |||
machine = 'ArcSmelter', | |||
input = { | |||
{'BauxiteOre', 1}, | |||
}, | |||
output = { | |||
{'BauxiteDust', 1}, | |||
{'BauxiteDust', 1}, | |||
}, | |||
ticks = 240, | |||
tier = 3, | tier = 3, | ||
}, | }, | ||
} | } | ||
Latest revision as of 15:48, 24 August 2026
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 = 60,
tier = 3,
},
{
name = 'HammerBauxiteOre',
machine = 'AutomaticHammer',
input = {
{'BauxiteOre', 1},
},
output = {
{'BauxiteOreImpureGravel', 1},
{'BauxiteOreImpureGravel', 1},
},
ticks = 100,
tier = 3,
},
{
name = 'BauxiteOre',
machine = 'ArcSmelter',
input = {
{'BauxiteOre', 1},
},
output = {
{'BauxiteDust', 1},
{'BauxiteDust', 1},
},
ticks = 240,
tier = 3,
},
}