Move down 3 blocks instead of 2
This commit is contained in:
parent
f6b76a522f
commit
1d4500a4d4
@ -172,7 +172,7 @@ local function rectPrism(depth, width, length, leftFirst)
|
|||||||
Logger:trace("RectPrism:", depth, width, length)
|
Logger:trace("RectPrism:", depth, width, length)
|
||||||
for _=1,depth do
|
for _=1,depth do
|
||||||
panel(width, length, leftFirst, checkRefuel, checkFullInv)
|
panel(width, length, leftFirst, checkRefuel, checkFullInv)
|
||||||
for __=1,2 do
|
for __=1,3 do
|
||||||
while not turtle.down() do
|
while not turtle.down() do
|
||||||
turtle.digDown()
|
turtle.digDown()
|
||||||
checkRefuel()
|
checkRefuel()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user