Advertisement
Guest User

Untitled

a guest
Jan 18th, 2020
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. local robot = require("robot");
  2.  
  3. function mineForward() do
  4. robot.swing()
  5. robot.forward()
  6. robot.swingUp()
  7. if not robot.detectDown() then
  8. robot.placeDown()
  9. end
  10. if not robot.detectDown() then
  11. io.write("ERROR: place failed!")
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement