Module:Data/Peat/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'Peat', input = { {'Peat', 1}, }, output = { }, ticks = 400.0, }, }"
 
(No difference)

Latest revision as of 20:16, 31 July 2025

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

return {
    {
        name = 'Peat',
        input = {
            {'Peat', 1},
        },
        output = {
        },
        ticks = 400.0,
    },
}