Module:Data/BasaltSurface/InInput

From Evospace
Revision as of 15:47, 24 August 2026 by Evospace (talk | contribs) (Created page with "return { { name = 'BasaltToGravel', machine = 'AutomaticHammer', input = { {'BasaltSurface', 1}, }, output = { {'GravelSurface', 2}, }, ticks = 100, tier = 1, }, }")
(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/BasaltSurface/InInput/doc

return {
    {
        name = 'BasaltToGravel',
        machine = 'AutomaticHammer',
        input = {
            {'BasaltSurface', 1},
        },
        output = {
            {'GravelSurface', 2},
        },
        ticks = 100,
        tier = 1,
    },
}