Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function upaller()
- for i = 1, 8, 1 do
- turtle.up()
- end
- end
- function xgo()
- for i = 1, 124, 1 do
- turtle.forward()
- end
- end
- function zgo()
- turtle.turnRight()
- for i = 1, 16, 1 do
- turtle.forward()
- end
- end
- function down()
- while turtle.detectDown() == false do
- turtle.down()
- end
- end
- function succ()
- turtle.suckDown(64)
- end
- function upretour()
- for i = 1, 15, 1 do
- turtle.up()
- end
- end
- function xretour()
- turtle.turnRight()
- for i = 1, 124, 1 do
- turtle.forward()
- end
- end
- function zretour()
- turtle.turnRight()
- for i = 1, 16, 1 do
- turtle.forward()
- end
- end
- function cracher()
- turtle.turnRight()
- turtle.dropDown(64)
- end
- for i = 1, 1, 1 do
- upaller()
- xgo()
- zgo()
- down()
- succ()
- upretour()
- xretour()
- zretour()
- cracher()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement