Advertisement
Guest User

torches

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