Module:Data/TerracottaBricks/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'TerracottaBricks', input = { {'BuildingMaterial', 2}, }, output = { {'TerracottaBricks', 1}, }, ticks = 10, tier = 1, }, }"
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'TerracottaBricks',
         name = 'TerracottaBricks',
        machine = 'Hand',
         input = {
         input = {
             {'BuildingMaterial', 2},
             {'BuildingMaterial', 2},

Latest revision as of 10:37, 30 October 2025

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

return {
    {
        name = 'TerracottaBricks',
        machine = 'Hand',
        input = {
            {'BuildingMaterial', 2},
        },
        output = {
            {'TerracottaBricks', 1},
        },
        ticks = 10,
        tier = 1,
    },
}