Module:Data/CoalDust/InOutput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
}, | }, | ||
ticks = 100, | ticks = 100, | ||
tier = | tier = 0, | ||
}, | }, | ||
{ | { | ||
Latest revision as of 15:50, 24 August 2026
Documentation for this module may be created at Module:Data/CoalDust/InOutput/doc
return {
{
name = 'Coal',
machine = 'Macerator',
input = {
{'Coal', 1},
},
output = {
{'CoalDust', 1},
},
ticks = 100,
tier = 0,
},
{
name = 'CoalOreImpureGravel',
machine = 'OreWasher',
input = {
{'CoalOreImpureGravel', 1},
{'Water', 250},
},
output = {
{'CoalOreGravel', 1},
{'CoalDust', 1},
},
ticks = 200,
tier = 0,
},
{
name = 'SeparatorCoalOreDust',
machine = 'Separator',
input = {
{'CoalOreDust', 1},
},
output = {
{'CoalDust', 1},
{'CoalDust', 1},
},
ticks = 60,
tier = 0,
},
{
name = 'SeparatorCoalOreDust',
machine = 'Separator',
input = {
{'CoalOreDust', 1},
},
output = {
{'CoalDust', 1},
{'CoalDust', 1},
},
ticks = 60,
tier = 0,
},
}