Module:Data/CoalDust/InOutput

From Evospace
Revision as of 10:36, 30 October 2025 by Evospace (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 = 1,
    },
    {
        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,
    },
}