Module:Data/StoneChest/InOutput

From Evospace
Jump to navigation Jump to search

Documentation for this module may be created at Module:Data/StoneChest/InOutput/doc

return {
    {
        name = 'StoneChest',
        input = {
            {'BuildingMaterial', 5},
        },
        output = {
            {'StoneChest', 1},
        },
        ticks = 20,
        tier = 0,
    },
}