Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Digs a + shaped hole all the way to bedrock (or the void, players can ride it down.
- function digAround()
- turtle.dig()
- turtle.turnLeft()
- turtle.dig()
- turtle.turnLeft()
- turtle.dig()
- turtle.turnLeft()
- turtle.dig()
- turtle.turnLeft()
- turtle.digDown()
- end
- while true do
- digAround()
- turtle.down()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement