Module:Data/StoneSurface/InInput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'StoneToGravel', input = { {'StoneSurface', 1}, }, output = { {'GravelSurface', 1}, }, ticks = 100, tier = 1, }, { name = 'BuildingMaterial', input = { {'StoneSurface', 1}, }, output = { {'BuildingMaterial', 1}, }, ticks = 10, }, { name = 'GravelSurface', input = {..." |
(No difference)
|
Latest revision as of 20:06, 31 July 2025
Documentation for this module may be created at Module:Data/StoneSurface/InInput/doc
return {
{
name = 'StoneToGravel',
input = {
{'StoneSurface', 1},
},
output = {
{'GravelSurface', 1},
},
ticks = 100,
tier = 1,
},
{
name = 'BuildingMaterial',
input = {
{'StoneSurface', 1},
},
output = {
{'BuildingMaterial', 1},
},
ticks = 10,
},
{
name = 'GravelSurface',
input = {
{'StoneSurface', 1},
},
output = {
{'GravelSurface', 1},
},
ticks = 20,
},
}