changed miner

This commit is contained in:
Julian Brammer 2024-06-01 22:21:06 +02:00
parent 7c9e4245d4
commit 95116c24bd

View File

@ -39,9 +39,9 @@ local function digLayer(a)
if a%2==0 then
turtle.turnRight()
turtle.turnRight()
else
turtle.turnRight()
turtle.turnRight()
end
end