Advertisement
MuChT007

Auto Sapling turtle

Nov 4th, 2013
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. while true do
  2.  
  3.     if turtle.detect() then
  4.         sleep(2)
  5.     end
  6.  
  7.     if not turtle.detect() then
  8.         turtle.place()
  9.     end
  10.  
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement