Module:Data/Salt/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'MineralWater', input = { {'Water', 1000}, }, output = { {'Salt', 1}, }, ticks = 400, }, }"
 
(No difference)

Latest revision as of 06:51, 1 August 2025

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

return {
    {
        name = 'MineralWater',
        input = {
            {'Water', 1000},
        },
        output = {
            {'Salt', 1},
        },
        ticks = 400,
    },
}