Module:Data/Uranium233Dust/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'Uranium233Cell', input = { {'Uranium233Dust', 3}, {'Cell', 1}, }, output = { {'Uranium233Cell', 1}, }, ticks = 200, }, }"
 
(No difference)

Latest revision as of 20:15, 31 July 2025

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

return {
    {
        name = 'Uranium233Cell',
        input = {
            {'Uranium233Dust', 3},
            {'Cell', 1},
        },
        output = {
            {'Uranium233Cell', 1},
        },
        ticks = 200,
    },
}