Module:Data/CoalOre/InOutput: Difference between revisions

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

Latest revision as of 19:41, 17 October 2025

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

return {
    {
        name = 'CoalOre',
        input = {
        },
        output = {
            {'CoalOre', 1},
        },
        ticks = 60,
    },
}