testing miner
This commit is contained in:
parent
4404339d4b
commit
6f888d184b
@ -49,11 +49,11 @@ local function digLayer(a)
|
|||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
local function digComplete(a, height)
|
local function digComplete(a)
|
||||||
for i=1, height do
|
for i=1, a*4 do
|
||||||
digLayer(a)
|
digLayer(a)
|
||||||
turtle.down()
|
turtle.down()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
digComplete(5, 4)
|
digComplete(5)
|
Loading…
Reference in New Issue
Block a user