Module:Data/StoneSurface/InInput
Jump to navigation
Jump to search
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,
},
}