Module:Data/Glass/InOutput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'Glass', input = { {'SandSurface', 1}, }, output = { {'Glass', 1}, }, ticks = 100, }, { name = 'SandSurfaceSmelting', input = { {'SandSurface', 10}, }, output = { {'Glass', 10}, }, ticks = 100, }, }" |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'Glass', | name = 'Glass', | ||
machine = 'Smelter', | |||
input = { | input = { | ||
{'SandSurface', 1}, | {'SandSurface', 1}, | ||
| Line 12: | Line 13: | ||
{ | { | ||
name = 'SandSurfaceSmelting', | name = 'SandSurfaceSmelting', | ||
machine = 'ArcSmelter', | |||
input = { | input = { | ||
{'SandSurface', 10}, | {'SandSurface', 10}, | ||
Latest revision as of 10:36, 30 October 2025
Documentation for this module may be created at Module:Data/Glass/InOutput/doc