Module:Data/TitaniumSponge/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'SpongeToPlate', input = { {'TitaniumSponge', 1}, {'Mercury', 1000}, }, output = { {'TitaniumPlate', 1}, {'HotMercury', 1000}, }, ticks = 400, tier = 5, }, }"
 
(No difference)

Latest revision as of 20:06, 31 July 2025

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

return {
    {
        name = 'SpongeToPlate',
        input = {
            {'TitaniumSponge', 1},
            {'Mercury', 1000},
        },
        output = {
            {'TitaniumPlate', 1},
            {'HotMercury', 1000},
        },
        ticks = 400,
        tier = 5,
    },
}