Advertisement
Guest User

torches

a guest
Sep 21st, 2014
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. while true do
  2.   turtle.forward()
  3.   turtle.forward()
  4.   turtle.forward()
  5.   turtle.forward()
  6.   turtle.forward()
  7.   turtle.forward()
  8.   turtle.forward()
  9.   turtle.forward()
  10.  sleep(1.5)
  11.   turtle.placeDown()
  12.  sleep(1)
  13.   if turtle.detect() then
  14.       print "There's a block in front of me!!"
  15.   end
  16.  end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement