Module:Data/RedStoneSurface/InInput

From Evospace
Jump to navigation Jump to search

Documentation for this module may be created at Module:Data/RedStoneSurface/InInput/doc

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