Module:Data/CinnabarOreGravel/InInput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 22: | Line 22: | ||
{'Sulfur', 1}, | {'Sulfur', 1}, | ||
}, | }, | ||
ticks = | ticks = 60, | ||
tier = 1, | |||
}, | |||
{ | |||
name = 'CinnabarOreGravel', | |||
machine = 'ArcSmelter', | |||
input = { | |||
{'CinnabarOreGravel', 1}, | |||
}, | |||
output = { | |||
{'Sulfur', 1}, | |||
{'Sulfur', 1}, | |||
}, | |||
ticks = 240, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
} | } | ||
Latest revision as of 15:48, 24 August 2026
Documentation for this module may be created at Module:Data/CinnabarOreGravel/InInput/doc
return {
{
name = 'CinnabarOreGravel',
machine = 'Macerator',
input = {
{'CinnabarOreGravel', 1},
},
output = {
{'CinnabarOreDust', 1},
{'CinnabarOreDust', 1},
},
ticks = 200,
tier = 1,
},
{
name = 'CinnabarOreGravel',
machine = 'Smelter',
input = {
{'CinnabarOreGravel', 1},
},
output = {
{'Sulfur', 1},
},
ticks = 60,
tier = 1,
},
{
name = 'CinnabarOreGravel',
machine = 'ArcSmelter',
input = {
{'CinnabarOreGravel', 1},
},
output = {
{'Sulfur', 1},
{'Sulfur', 1},
},
ticks = 240,
tier = 1,
},
}