Advertisement
Guest User

aBotania

a guest
May 30th, 2015
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. print("aBotania")
  2.  
  3.  
  4. if turtle.compare() then
  5.   print("Wood detected - Do Nothing")
  6. else
  7.   print("No Wood detected - Mining it")
  8.   turtle.dig()
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement