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