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 |
||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'GravelToSand', | name = 'GravelToSand', | ||
machine = 'Macerator', | |||
input = { | input = { | ||
{'GravelSurface', 1}, | {'GravelSurface', 1}, | ||
| Line 9: | Line 10: | ||
}, | }, | ||
ticks = 100, | ticks = 100, | ||
}, | }, | ||
{ | { | ||
name = 'SandSurface', | name = 'SandSurface', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'GravelSurface', 1}, | {'GravelSurface', 1}, | ||
Latest revision as of 15:50, 24 August 2026
Documentation for this module may be created at Module:Data/SandSurface/InOutput/doc