Module:Data/GravelSurface/InOutput
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Data/GravelSurface/InOutput/doc
return {
{
name = 'StoneToGravel',
machine = 'AutomaticHammer',
input = {
{'StoneSurface', 1},
},
output = {
{'GravelSurface', 1},
},
ticks = 100,
tier = 1,
},
{
name = 'BasaltToGravel',
machine = 'AutomaticHammer',
input = {
{'BasaltSurface', 1},
},
output = {
{'GravelSurface', 2},
},
ticks = 100,
tier = 1,
},
{
name = 'RedStoneToGravel',
machine = 'AutomaticHammer',
input = {
{'RedStoneSurface', 1},
},
output = {
{'GravelSurface', 2},
},
ticks = 100,
tier = 1,
},
{
name = 'DarkStoneToGravel',
machine = 'AutomaticHammer',
input = {
{'DarkStoneSurface', 1},
},
output = {
{'GravelSurface', 2},
},
ticks = 100,
tier = 1,
},
{
name = 'GravelSurface',
machine = 'Hand',
input = {
{'StoneSurface', 1},
},
output = {
{'GravelSurface', 1},
},
ticks = 20,
},
}