Advertisement
Guest User

findWood

a guest
Nov 25th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. turtle.refuel()
  2.  
  3. turtle.up()
  4.  
  5. while turtle.detect() == false do
  6.   turtle.forward()
  7.   print("continuing...")
  8. end
  9.  
  10. print("found something")
  11.  
  12. local success, data = turtle.inspect()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement